View Single Post
  #2  
Old 10-16-2016, 03:09 AM
interman_1 interman_1 is offline
Junior Member
 
Join Date: Oct 2016
Posts: 6
interman_1 is on a distinguished road
Exclamation

Re: Strange case with m3u8 in chrome - stream won't playback


Alright so here's what I gathered. Whenever it's loaded the player connects to http://bro.adca.st/getToken.php and gets a token for playback. The token is different for each user agent, plus it has domain security so it has to be passed http://bro.adca.st domain as a referrer, otherwise it gives wrong token.

Problem is that for some reason it's only working with Firefox's user agent, even though following that logic it should work on the others too. So I'm asking why is the respective token not working and is there a way to find a working one. Maybe I'm missing some parameter in getToken.php?

Last edited by interman_1 : 10-17-2016 at 01:35 AM. Reason: add more information
Reply With Quote