Quote:
Originally Posted by chap
try use parametr -v
|
Quote:
Originally Posted by chap
example
Code:
rtmpdump -r "rtmp://dvr4.ustvnow.com:1935/dvrrokuplay" -a "dvrrokuplay" -f "" -W "" -p "" -y "mp4:....." -o ".....flv" -v
|
Thank you so very much for replying and helping, this simple "-v" made all the difference and it worked a treat. One question though why exactly does rtmpdump disconnect like that without using -v parameter?
The reason I ask is because for example if by some measure the connection is lost during downloading and I wanted to resume or start the video from a specific point using -A parameter, I wouldn't be able to using -v parameter since they can't work with live stream but if I do resume without -v then the video does the same as I mentioned in my first post.
Is there any other work around to this problem or a rtmpdump.exe that downloads the entire video without disconnecting without having to use -v so other parameters can be used?
Thank You!