View Single Post
  #19  
Old 09-13-2015, 12:09 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Livestreamer Filmon Help???


Hi,

just enter the entire link in browser then you can download the playlist file.Open in notepad etc and sort it and you got this in your case..
Code:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:28161
#EXT-X-TARGETDURATION:10
#EXTINF:10.010,
1442164832390.ts
#EXTINF:10.010,
1442164842117.ts
#EXTINF:10.010,
1442164852309.ts
#EXTINF:10.010,
1442164862432.ts
#EXTINF:10.010,
1442164872197.ts
#EXTINF:10.010,
1442164882348.ts
Here you just see the segments which are just playing for 10 seconds then it gets closed and the id is no more valid and LS gets a forbidden message (you need new id value) and does stop playing.In that case you have no other streams (low / high etc) inside this playlist only this one.Just check other playlists you can find to see more play paths.

greetz
Reply With Quote