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?