PDA

View Full Version : pbs has been using m3u8, help with this, please


chanc
12-14-2013, 07:08 AM
about two months ago, pbs began to use m3u8 , so rtmpdump won't work on it any more.
please help with this link :
http://www.pbs.org/newshour/video/index.html
1.Could ffmpeg be used to catch the video ?
2. could the output be saved as .mp4 other than .ts ?

Thanks in advance.

hasomaso
12-14-2013, 08:04 AM
http://ga.video.cdn.pbs.org/cove2.0/newshour/a43f53d2-f9c8-4a1d-9ac6-11d75069bb15/2013-12-14-010210/hd-mezzanine-16x9/20131213_fullshow-16x9-hls-800k.m3u8

chanc
12-29-2013, 08:43 PM
thank you so much.

peterpan
12-29-2013, 09:57 PM
Here you go...Try this...

http://ga.video.cdn.pbs.org/cove2.0/newshour/55d71d96-6f18-4ab8-ba52-ca1847d5367d/2013-12-30-001952/hd-mezzanine-16x9/pnwe000134_20131229-16x9-hls-64-800k.m3u8

I also manged to download .ts segments, using "Download Helper", but you'll have to re-assemble all the segments together :(

I'm sure someone here can suggest a better way to download the entire video ;)

Cheers!

Edit: Looks like hasomaso beat me to it ;)

http://img850.imageshack.us/img850/7205/ljx5.png (http://imageshack.us/photo/my-images/850/ljx5.png/)


about two months ago, pbs began to use m3u8 , so rtmpdump won't work on it any more.
please help with this link :
http://www.pbs.org/newshour/video/index.html
1.Could ffmpeg be used to catch the video ?
2. could the output be saved as .mp4 other than .ts ?

Thanks in advance.

chap
12-30-2013, 02:16 AM
2. could the output be saved as .mp4 other than .ts ?

http://ga.video.cdn.pbs.org/cove2.0/newshour/55d71d96-6f18-4ab8-ba52-ca1847d5367d/2013-12-30-001952/hd-mezzanine-16x9/pnwe000134_20131229-16x9-mp4-1200k.mp4

gorilla.maguila
12-30-2013, 09:30 AM
could the output be saved as .mp4 other than .ts ?

ffmpeg -i "http://ga.video.cdn.pbs.org/cove2.0/newshour/55d71d96-6f18-4ab8-ba52-ca1847d5367d/2013-12-30-001952/hd-mezzanine-16x9/pnwe000134_20131229-16x9-hls-64-800k.m3u8" -vcodec copy -acodec copy -bsf:a aac_adtstoasc test.mp4

chanc
01-01-2014, 06:51 AM
http://ga.video.cdn.pbs.org/cove2.0/newshour/55d71d96-6f18-4ab8-ba52-ca1847d5367d/2013-12-30-001952/hd-mezzanine-16x9/pnwe000134_20131229-16x9-mp4-1200k.mp4

How amazing !
chap , how did you make it to get the link with mp4? What tool did you use ?

chanc
01-01-2014, 06:54 AM
ffmpeg -i "http://ga.video.cdn.pbs.org/cove2.0/newshour/55d71d96-6f18-4ab8-ba52-ca1847d5367d/2013-12-30-001952/hd-mezzanine-16x9/pnwe000134_20131229-16x9-hls-64-800k.m3u8" -vcodec copy -acodec copy -bsf:a aac_adtstoasc test.mp4

Thank you very much for showing me the code to use .
It looks puzzling to me here :
-vcodec copy -acodec copy -bsf:a aac_adtstoasc test.mp4