luv2hike
01-11-2012, 09:15 PM
I have been unable to save the video at the following link:
Video page (http://www.livestream.com/lakewoodlife/video?clipId=pla_09f7ab6d-b85a-4e1e-9426-6003a6597fae)
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?
I have been unable to save the video at the following link:
Video page (http://www.livestream.com/lakewoodlife/video?clipId=pla_09f7ab6d-b85a-4e1e-9426-6003a6597fae)
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?
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
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:
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:
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
First of all, Use rtmpdump 2.4 (http://www.mediafire.com/file/y271gb4vlnf2gxk/rtmpdump-2.4.zip)!! Then if you want the beginning of video, remove "--start" parameter/option!!
luv2hike
01-12-2012, 09:22 PM
Thank you both for all your help. I got the entire stream with the following command and without the error of it being incomplete:
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
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.