View Single Post
  #1  
Old 03-18-2010, 02:22 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

www.livestream.com: How to download with rtmpdump


hi,
I'm newbie here. I try record a stream from the livestream.com and read this one:
How do you use rtmp dump (rtmpdump tutorials)?

I used the rtmpdump and I want to record the whole Oscar Red Carpet Ceremony:
"http://www.livestream.com/theoscars"
I found the rtmp URL:
RTMP App:
Code:
rtmp://x39x.od.livestream-api.com/mogulusProxy
Media Path:
Code:
mp4:dv03/mogulus-user-files/chtheoscars/2010/03/07/ace18fc1-0bf6-4c82-bfe8-c6b734548a7d.mp4
and I used the command:
Code:
rtmpdump -r rtmp://x39x.od.livestream-api.com/mogulusProxy/mp4:dv03/mogulus-user-files/chtheoscars/2010/03/07/ace18fc1-0
bf6-4c82-bfe8-c6b734548a7d.mp4 -e -o oscary1.mp4
but I have a problem because the download is aborting. I tried two times, first abort after 10%, and the second after 25%. The ERROR was:
Code:
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 2172
125111.388 kB / 1845.90 sec (25.8%)
Download may be incomplete (downloaded about 25.80%), try resuming
what to do? Do you can help me to use the appropriate parameters with rtmpdump? Is it possible to download the whole file (642 MB)?
regards

my OS is Windows Vista Basic (32bit)
Reply With Quote