View Single Post
  #2  
Old 12-23-2012, 08:43 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: RTMPSrv (RTMPDump) output file being overwritten


Quote:
Originally Posted by NaRu7o
Not only will it do it to a previous file, if I somehow duplicate the stream (accidentally refresh the page, it tries to begin the stream again, or load a different video with the same output name) it will overwrite the currently downloading stream.
Starting with RtmpSrv v2.4-70-gab3dc21, you can supply the "-i" parameter.

Code:
This is just a stub for an RTMP server. It doesn't do anything beyond
obtaining the connection parameters from the client.

-c, --cert cert         RTMPS cert
-h, --help              Prints this help screen.
-i, --printonly         Print RtmpDump command and exit
-k, --key key           RTMPS key
-p, --port port         Overrides the port in the rtmp url
-v, --version           Print version information and exit
-z, --debug             Debug level command output.
github.com/svnpenn/rtmpdump/commit/ab3d
Reply With Quote