PDA

View Full Version : How can I find a streaming video number of each video link?


kaew
07-01-2014, 02:50 PM
Hello,
I would like to find a streaming video number from
http://news.bugaboo.tv and download them to my android phone (Lenovo A390).
How can I find each video number and download them?

Example
http://m.bugaboo.tv/watch/125163
Streaming Video URL is
http://stream1.bugaboo.tv/bugaboo.tv/_definst_/mp4:files/video/dest/2014/06/09/1402275320_848x480.mp4/playlist.m3u8
The number for this video is "1402285320".

chap
07-01-2014, 03:59 PM
ffmpeg -i "http://stream6.bugaboo.tv/bugaboo.tv/_definst_/mp4:files/video/dest/2014/06/09/1402275320_1280x720.mp4/playlist.m3u8" -c copy t.mkv

kaew
07-01-2014, 04:44 PM
Thank you Chap, And I still have a question.
How can I get the exactly folder and file name of other streaming video files (/y/m/d/10 digits file name.mp4) in this website?
Can you advice me for some app(.apk) to run ffmpeg command on android phone?

blimey
07-01-2014, 10:22 PM
How can I get the exactly folder and file name of other streaming video files (/y/m/d/10 digits file name.mp4) in this website?

http://m.bugaboo.tv/xml/v1/125163/html5

kaew
07-01-2014, 10:55 PM
Thank you, blimey