View Single Post
  #150  
Old 08-26-2013, 06:47 AM
marktr marktr is offline
Junior Member
 
Join Date: Mar 2012
Posts: 11
marktr is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by jonaruto View Post
I want it to start recording at this line:
Code:
rtmpdump -v -r rtmp://%addr%/live-origin/%key% -o "fname"
How can I do it?
That won't work. See this post (and please read that thread before posting these questions; may save you lots of time and reduce noise on this thread).

You can start dumping with a variation of the original command line (remove > NUL 2> ... and add -o yourfilename.flv)
Reply With Quote