Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Need help with command line for this video

(http://stream-recorder.com/forum/showthread.php?t=10808)

luv2hike 01-11-2012 09:15 PM

Need help with command line for this video


 
I have been unable to save the video at the following link:

Video page

I'm not very familiar with rtmpdump but think it's my only option in ubuntu. None of the Firefox video download add ons have worked.

Can someone help me get the video or the correct parameters to save the stream?

chap 01-12-2012 12:15 AM

Re: Need help with command line for this video


 
Quote:

Originally Posted by luv2hike (Post 37295)
I have been unable to save the video at the following link:

Video page

I'm not very familiar with rtmpdump but think it's my only option in ubuntu. None of the Firefox video download add ons have worked.

Can someone help me get the video or the correct parameters to save the stream?

Code:

rtmpdump -r "rtmp://extondemand.livestream.com/ondemand" -a "ondemand" -f "WIN 11,1,102,55" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -p "http://www.livestream.com/embed/lakewoodlife?showMoreVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&clip=pla_09f7ab6d-b85a-4e1e-9426-6003a6597fae&allowchat=true&layout=1&t=846306" -y "mp4:trans/dv15/mogulus-user-files/chlakewoodlife/2011/12/24/189149c4-ad5d-4bff-af0d-ee706d9f4567.mp4" -o 4567.mp4.flv --start 430

luv2hike 01-12-2012 07:26 AM

Re: Need help with command line for this video


 
Thank you so very much! This basically worked and grabbed most of it. However, it missed some of the beginning (which I assume I can change with the start parameter?), and it cutoff the end with an error:
Code:

331556.921 kB / 4166.57 sec (87.7%)
Download may be incomplete (downloaded about 87.70%), try resuming

which when I tried adding --resume I get this:
Code:

rtmpdump -r "rtmp://extondemand.livestream.com/ondemand" -a "ondemand" -f "WIN 11,1,102,55" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -p "http://www.livestream.com/embed/lakewoodlife?showMoreVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&clip=pla_09f7ab6d-b85a-4e1e-9426-6003a6597fae&allowchat=true&layout=1&t=846306" -y "mp4:trans/dv15/mogulus-user-files/chlakewoodlife/2011/12/24/189149c4-ad5d-4bff-af0d-ee706d9f4567.mp4" --resume -o 4567.mp4.flv --start 430
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: FLV file contains neither video nor audio, aborting!

Any tips on these 2 small things would be very helpful. I really appreciate your help already.

Bahman 01-12-2012 09:38 AM

Re: Need help with command line for this video


 
First of all, Use rtmpdump 2.4!! Then if you want the beginning of video, remove "--start" parameter/option!!

luv2hike 01-12-2012 09:22 PM

Re: Need help with command line for this video


 
Thank you both for all your help. I got the entire stream with the following command and without the error of it being incomplete:
Code:

rtmpdump -r "rtmp://extondemand.livestream.com/ondemand" -a "ondemand" -f "WIN 11,1,102,55" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -p "http://www.livestream.com/embed/lakewoodlife?showMoreVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&clip=pla_09f7ab6d-b85a-4e1e-9426-6003a6597fae&allowchat=true&layout=1&t=846306" -y "mp4:trans/dv15/mogulus-user-files/chlakewoodlife/2011/12/24/189149c4-ad5d-4bff-af0d-ee706d9f4567.mp4" -o ChristmasEve.flv --start 10


All times are GMT -6. The time now is 04:17 AM.