View Single Post
  #5  
Old 05-15-2018, 09:37 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: how to download from vmf.edge-apps.net


There are different resolutions of this stream so let's see what options we have:

Code:
C:\curl -A "Mozilla/5.0 Android" -k "https://prepublish.f.qaotic.net/b09/ngrp:el12_live01-100083_all/Playlist.m3u8?sense=true"
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=371000,CODECS="avc1.66.21,mp4a.40.2",RESOLUTION=426x240
chunklist_b346000.m3u8?sense=true
#EXT-X-STREAM-INF:BANDWIDTH=646000,CODECS="avc1.66.30,mp4a.40.2",RESOLUTION=640x360
chunklist_b596000.m3u8?sense=true
#EXT-X-STREAM-INF:BANDWIDTH=1031000,CODECS="avc1.66.31,mp4a.40.2",RESOLUTION=960x540
chunklist_b946000.m3u8?sense=true
#EXT-X-STREAM-INF:BANDWIDTH=1746000,CODECS="avc1.66.40,mp4a.40.2",RESOLUTION=1280x720
chunklist_b1596000.m3u8?sense=true
If you want resolution 960x540 replace Playlist.m3u8 with chunklist_b946000.m3u8

"https://prepublish.f.qaotic.net/b09/ngrp:el12_live01-100083_all/Playlist.m3u8"

"https://prepublish.f.qaotic.net/b09/ngrp:el12_live01-100083_all/chunklist_b946000.m3u8"

Now, you can try different players to see if one is better than the other for this stream.

The simplest one is ffplay.exe:

Code:
ffplay.exe -user_agent "Mozilla/5.0 (Android 7.0; Mobile; rv:57.0) Gecko/57.0 Firefox/57.0" https://prepublish.f.qaotic.net/b09/ngrp:el12_live01-100083_all/chunklist_b946000.m3u8
Reply With Quote