Quote:
Originally Posted by jonaruto
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)