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

Please help me to download it.

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

kaew 07-19-2014 02:15 AM

Please help me to download it.


 
I try to download this video.
http://www.bugaboo.tv/watch/45500
But I can not get it from this command.

ffmpeg -i http://stream.bugaboo.tv/bugaboo.tv/.../playlist.m3u8 -c copy C:\download\1358989663.ts

Please help me get it.

http://www.bugaboo.tv/xml/v1/45500/html5

rtmp://stream7.bugaboo.tv/bugaboo.tv/mp4:files/video/dest/2013/01/24/1358989663_480x360.mp4

rtmp://stream.bugaboo.tv/bugaboo.tv/mp4:stream1/files/video/dest/2013/01/24/1358989663_512x384.mp4

rtmp://stream7.bugaboo.tv/bugaboo.tv/mp4:files/video/dest/2013/01/24/1358989663_640x480.mp4

peterpan 07-19-2014 06:49 AM

Re: Please help me to download it.


 
Your code is fine, you just need to specify the correct output format ;)

Code:

ffmpeg -i "http://stream.bugaboo.tv/bugaboo.tv/_definst_/mp4:stream1/files/video/dest/2013/01/24/1358989663_512x384.mp4/playlist.m3u8" -vcodec copy -acodec copy -bsf:a aac_adtstoasc output.flv

kaew 07-20-2014 03:25 AM

Re: Please help me to download it.


 
Thank you for your advice,Peterpan.


All times are GMT -6. The time now is 02:33 PM.