streams -V (return code: 1)
HTTP-RTMP Stream Server v2.1c1
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
ERROR: startStreaming, TCP bind failed for port number: 80
ERROR: Failed to start HTTP server, exiting!
streams --help (return code: 0)
HTTP-RTMP Stream Server v2.1c1
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
This program dumps the media content streamed over rtmp.
--help|-h Prints this help screen.
--rtmp|-r url URL (e.g. rtmp//hotname[:port]/path)
--host|-n hostname Overrides the hostname in the rtmp url
--port|-c port Overrides the port in the rtmp url
--protocol|-l Overrides the protocol in the rtmp url (0 - RTMP, 3 - RTMPE)
--playpath|-y Overrides the playpath parsed from rtmp url
--swfUrl|-s url URL to player swf file
--tcUrl|-t url URL to played stream (default: "rtmp://host[:port]/app")
--pageUrl|-p url Web URL of played programme
--app|-a app Name of player used
--auth|-u string Authentication string to be appended to the connect string
--conn|-C type:data Arbitrary AMF data to be appended to the connect string
B:boolean(0|1), S:string, N:number, O:object-flag(0|1),
Z:(null), NB:name:boolean, NS:name:string, NN:name:number
--flashVer|-f string Flash version string (default: "LNX 10,0,22,87")
--live|-v Get a live stream, no --resume (seeking) of live strems possible
--subscribe|-d string Stream name to subscribe to (otherwise defaults to playpath if live is specifed)
--timeout|-m num Timeout connection num seconds (default: 300)
--start|-A num Start at num seconds into stream (not valid when using --live)
--stop|-B num Stop at num seconds into stream
--token|-T key Key for SecureToken response
--buffer|-b Buffer time in milliseconds (default: 20000)
--device|-D Streaming device ip address (default: 0.0.0.0)
--sport|-g Streaming port (default: 80)
--quiet|-q Supresses all command output.
--verbose|-x Verbose command output.
--debug|-z Debug level command output.
If you don't pass parameters for swfUrl, pageUrl, app or auth these propertiews will not be included in the connect packet.