
06-09-2016, 12:51 PM
|
Senior Member
|
|
Join Date: Apr 2014
Posts: 167
|
|
 Re: How do i download the m3u8 file from starsports video?
Quote:
Originally Posted by Terenz
I hate damn india proxy. Anyway is easy, with the network monitor of chrome or firefox search for the manifest.f4m. Copy the URL on notepad, replace z with i and manifest.f4m with master.m3u8
That's all
Code:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=241000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=461000,RESOLUTION=416x234,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=862000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1360000,RESOLUTION=720x404,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2066000,RESOLUTION=1280x720,CODECS="avc1.66.30, mp4a.40.2"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=61000,CODECS="mp4a.40.2"
The m3u8 isn't encrypted so you can use also ffmpeg
|
@terenz: Already know this replacing method but it gives 403 error in livestreamer and both ffmpeg
Could you please tell me the exact command on how to download the m3u8 file?
Also how do you get the #EXTM3U code? If i am not wrong it is inside the m3u8 file while you open in notepad after downloading isn't it?
Thanks.
|