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)