Quote:
Originally Posted by callten
It works fine for me when I put the various parameters in the following order...
Code:
rtmpdump -r -a -f -W -p -y -o -C S:username -C S: broadcaster_name -C S:2.607 -C S:password -v -T
And secondly, I would create a %filename% variable outside the rtmpdump command with the date and time formatted and then pass that in as a single variable. It's just less crap to go wrong inside the command and you can echo the filename before you start the rtmpdump command to make sure it's all working (especially if you are having problems with the -o parameter).
|
Thank you very much for your fast and brilliant help! It works for me also now.
Damn... so it was "only" the right order of the parameters. Just a little bit picky that fine and very useful tool is. *lol* Next time (don't hope there will be one) i will test that too.
I even create the filename now outside of the -o parameter just like you said, or most of it (time and date variables, then combine it with the username variable in the -o parameter line). But that wouldn't help with the old order of parameters because it failed at that moment any variable was given in it's line.
So... thank you very much again!