Need help with command line for this videoI 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? |
Re: Need help with command line for this videoQuote:
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 |
Re: Need help with command line for this videoThank 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%) 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 |
Re: Need help with command line for this videoFirst of all, Use rtmpdump 2.4!! Then if you want the beginning of video, remove "--start" parameter/option!!
|
Re: Need help with command line for this videoThank 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. |