[FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

Bo Berglund bo.berglund at gmail.com
Tue Apr 12 19:04:39 EEST 2022


On Tue, 12 Apr 2022 17:54:32 +0200, Bo Berglund <bo.berglund at gmail.com> wrote:

>
>Anyway, the command above used with the latest xidel yields an erroneous URL for
>the 2565 video:
>http://livedoc.cgtn.com/500d/prog_index.m3u8
>This is for a documentary site with wildlife footage. No MSNBC anywhere.
>
>The correct 2565 m3u8 extracted with Firefox right now is:
>http://1128480543.rsc.cdn77.org/ZzaSg9XJexGJKIy-kt2Mxg==,1649784902/1128480543/tracks-v1a1/mono.m3u8


And this is also working for the same site 2565:

http://1128480543.rsc.cdn77.org/ZzaSg9XJexGJKIy-kt2Mxg==,1649784902/1128480543/index.m3u8

It is extracted using this curl command:

curl -qSs -d
'chname=bXNuYmNfbGl2ZQ%3D%3D&ch=http%3A%2F%2Fwww.freeintertv.com%2Fexternals%2Ftv-russia%2Fsmotret-tv3-online&html5=11'
'http://www.freeintertv.com/myAjax/get_item_m3u8/' | sed -e
"s/^.*http\(.*\)m3u8.*$/http\1m3u8/g" 


-- 
Bo Berglund
Developer in Sweden



More information about the ffmpeg-user mailing list