Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
pbs has been using m3u8, help with this, pleaseabout 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. |
#2
|
|||
|
|||
Re: pbs has been using m3u8, help with this, pleaseCode:
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 |
#3
|
|||
|
|||
Re: pbs has been using m3u8, help with this, pleasethank you so much.
|
#4
|
|||
|
|||
Re: pbs has been using m3u8, help with this, pleaseHere 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'm sure someone here can suggest a better way to download the entire video Cheers! Edit: Looks like hasomaso beat me to it Quote:
|
#5
|
|||
|
|||
Re: pbs has been using m3u8, help with this, pleaseCode:
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 |
#6
|
|||
|
|||
Re: pbs has been using m3u8, help with this, pleaseCode:
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 |
#7
|
|||
|
|||
Re: pbs has been using m3u8, help with this, pleaseQuote:
chap , how did you make it to get the link with mp4? What tool did you use ? |
#8
|
|||
|
|||
Re: pbs has been using m3u8, help with this, pleaseQuote:
It looks puzzling to me here : Code:
-vcodec copy -acodec copy -bsf:a aac_adtstoasc test.mp4 |
Tags: ffmpeg, m3u8, pbs |
Thread Tools | |
Display Modes | |
|
|