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

pbs has been using m3u8, help with this, please

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

chanc 12-14-2013 07:08 AM

pbs has been using m3u8, help with this, please


 
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

Re: pbs has been using m3u8, help with this, please


 
Code:

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

Re: pbs has been using m3u8, help with this, please


 
thank you so much.

peterpan 12-29-2013 09:57 PM

Re: pbs has been using m3u8, help with this, please


 
Here you go...Try this...

Code:

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 ;)





Quote:

Originally Posted by chanc (Post 64085)
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

Re: pbs has been using m3u8, help with this, please


 
Quote:

Originally Posted by chanc (Post 64085)
2. could the output be saved as .mp4 other than .ts ?

Code:

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

Re: pbs has been using m3u8, help with this, please


 
Quote:

Originally Posted by chanc (Post 64166)
could the output be saved as .mp4 other than .ts ?

Code:

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

Re: pbs has been using m3u8, help with this, please


 
Quote:

Originally Posted by chap (Post 64166)
Code:

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

Re: pbs has been using m3u8, help with this, please


 
Quote:

Originally Posted by gorilla.maguila (Post 64167)
Code:

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 :
Code:

-vcodec copy -acodec copy -bsf:a aac_adtstoasc test.mp4


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