View Single Post
  #17  
Old 09-20-2011, 11:40 PM
sam4037 sam4037 is offline
Howard FTW
 
Join Date: May 2010
Posts: 34
sam4037 is on a distinguished road
Default

livestream.com rtmpdump download stops at 31,7%


(Mods and Admins, can you please not move or change this post because I specifically want to download it with rtmpdump and I also do specifically, if possible, do not like to receive replies with lists and links of download tools that can download this file, I specifically ask a rtmpdump question here in the rtmpdump thread and like it to be treated as such, thank you for your understanding and hopefully compliance. I have also tried several of the here advertised pay- as well as freeware and they all fail on this file after about 31,7% of downloading so please please please let's keep this rtmpdump and nothing else, thanks.)

Dear fellow stream recording gurus,

I am having difficulties cracking this tough nut with RTMPdump.

The video URL is:

Code:
http://www.livestream.com/janaschi/video?clipId=pla_5322166999805320653
The request header is:

Code:
url: rtmp://extondemand.livestream.com/ondemand/trans/dv02/mogulus-user-files/chjanaschi/2009/06/27/0040e214-9b56-45d9-9453-9ec12126369e

app: ondemand

flashVer: WIN 10,3,183,7

pageUrl: http://www.livestream.com/embed/janaschi?showMoreVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&clip=pla_5322166999805320653&allowchat=true&layout=1&t=753084

swfUrl: http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf?lschannel=true&allowChat=true&borderColor=0xCCCCCC&browseMode=false&showMoreVideos=false&textLines=2&t=753084&time=&hideChannelBranding=true&mode=false&hideInfo=true&iconColor=0x555555&jsEnabled=false&autoPlay=true&allowchat=true&showBorderControlBar=false

tcUrl: rtmp://extondemand.livestream.com/ondemand

playPath: trans/dv02/mogulus-user-files/chjanaschi/2009/06/27/0040e214-9b56-45d9-9453-9ec12126369e
I have used this command line with rtmpdump 2.4:

Code:
rtmpdump -r "rtmp://extondemand.livestream.com:80/ondemand/" -y "trans/dv02/mogulus-user-files/chjanaschi/2009/06/27/0040e214-9b56-45d9-9453-9ec12126369e" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -o 0040e214-9b56-45d9-9453-9ec12126369e.flv
I keep getting the "try resuming" error message. Still when I try to resume the download it either tells me it can't resume or to resume again. When I try the -V or -z commands in the above command line as well it tells me that some video frames are too small besides other errors.

Perhaps some of you have an idea about this specific video? Thanks for any help.

Last edited by sam4037 : 09-21-2011 at 12:54 AM.
Reply With Quote