View Single Post
  #2  
Old 08-04-2015, 01:06 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: anyone have any idea how I'd grab this for VLC and Plex?


Hi,

Code:
http://*:8081/liverepeater/*/chunklist_*.m3u8?nimblesessionid=*&wmsAuthSign=*
You need to get the paramters * then you can play it in VLC etc.The playlist you can read from..
Code:
http://biggestplayer.me/streamcr.php?id=*
...but its protected so it will redirect you.If you got success then you can read playlist path at..
Code:
file: "http://*:8081/liverepeater/*/playlist.m3u8?wmsAuthSign=*"
..for your channel xy.

greetz
Reply With Quote