Is a high performance streaming platform written on c++
crtmpserver [options] <configuration>
crtmpserver it is a high performance streaming server able to stream (live or recorded) in the following technologies:
- To and from Flash (RTMP, RTMPE, RTMPS, RTMPT, RTMPTE)
- To and from embedded devices: iPhone, Android
- From surveillance cameras
- IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols
Also, crtmpserver can be used as a high performance rendes-vous server.
For example, it enables you to do:
- Audio/Video conferencing
- Online gaming
- Online collaboration
- Simple/complex chat applications
--help
Show summary of options.
--version
Show version of program.
--use-implicit-console-appender
Adds a console log appender.
Particulary useful when the server starts and stops immediatly.
Allows you to see if something is wrong with the config file.
--daemon
Overrides the daemon setting inside the config file and forces the server to start in daemon mode.
--uid=<uid>
Run the process with the specified user id.
--gid=<gid>
Run the process with the specified group id.
/usr/sbin/crtmpserver
Main daemon execution file
/usr/share/doc/crtmpserver/examples/crtmpserver.lua.gz
Example daemon configuration file
/usr/share/doc/crtmpserver/examples/crtmpserver.init
Example init.d script
The crtmpserver homepage: http://www.rtmpd.com/
Full documentation on crtmpserver, including guides and FAQs, is available at http://wiki.rtmpd.com/
Report bugs at http://trac.rtmpd.com/report
crtmpserver was written by Gavriloaie Eugen-Andrei <[email protected]>.
This manual page was written by Andriy Beregovenko <[email protected]>, for the Debian project (and may be used by others).