Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
www.newyankee.com - Rtmpdump stream download REWINDS every 10-20 secondsI am using the following rtmpdump command to download a stream:
rtmpdump -r rtmp://e1f1.simplecdn.net/play/ -y /newyankeeonline/NYW_409_Wheelbarrow -o temp2.flv From the CLI you can repeatedly see the progress indicator - XXX.XXX kB / YY.YY sec (Z.Z%) - move forward incrementally, then skip backwords a few seconds, then start moving forward incrementally for 10-20 seconds, then skip back a few seconds, etc. The exact timing and number of 'rewinds' varies each time resulting in a downloaded flv file that is approximately 1.5 - 3 times the stated size. Of course, when you view the file, you see the video rewind and replay correspondingly. I am able to download the file without errors using Moyea FLV downloader so the problem doesn't seem to be with the stream per-se. I have also tried changing the buffer (-b) using anywhere from 0 to 10000. I also played with the timeout and tried adding '-W http://www.newyankee.com/flash/mwplayer.swf' None of this helped. Interestingly, it seemed to work just fine last week... Any thoughts on what might be going wrong here? |
#2
|
|||
|
|||
Re: Rtmpdump stream download REWINDS every 10-20 secondsInterestingly, it seems to download fine with mplayer (though the download is real time) using:
mplayer -dumpstream -dumpfile temp2.flv "rtmp://e1f1.simplecdn.net/play/newyankeeonline/NYW_409_Wheelbarrow" I'm wondering whether the problem has anything to do with rtmpdump seeming to download the file *too* fast. It downloads 308MB (of a 25 minute stream that should really only be 177MB) in a little over 7 minutes. Is there any way to get rtmpdump to download more in real time? |
#4
|
|||
|
|||
Re: Rtmpdump stream download REWINDS every 10-20 secondsI couldn't find any documentation on rtmpsuck other than that it is a "transparent proxy" and thus seems to need another client to actually access the stream.
I was hoping to find a way to "throttle" rtmpdump to test my hypothesis that it is messing up because it is trying to download too fast. But more generally, any idea why mplayer would work but rtmpdump wouldn't? I assumed (perhaps mistakenly) that they shared a fair bit of code. |
#5
|
|||
|
|||
Re: Rtmpdump stream download REWINDS every 10-20 secondsThey seem to use the same librtmp library, so there should be no any difference unless different versions are used.
|
Tags: new yankee, newyankee, rewind, rtmpdump, www newyankee com, wwwnewyankeecom |
Thread Tools | |
Display Modes | |
|
|