Hi. I'm trying to get the live stream link from livebasketball.tv . their player is terrible and I'd like to chose the quality.
I've been able to find this xml file that is the player configurator:
http://pastebin.com/MUiduHrR
and the link of the default quality :
Code:
http://110761-f.akamaihd.net/mssecch10_1_500@s35559?reportingKey=eventId-1146755_partnerId-4464&v=2.11.3&fp=WIN%2022,0,0,192&r=MREUW&g=MLDDITXDYTVP&primaryToken=1467899593_1d465c24411a98d711225cd9e1ff27f2
that is the 500 kbps one.
The problem is that it works only that quality. If I replace the quality part like this:
Code:
http://110761-f.akamaihd.net/mssecch10_1_2400@s35559?reportingKey=eventId-1146755_partnerId-4464&v=2.11.3&fp=WIN%2022,0,0,192&r=MREUW&g=MLDDITXDYTVP&primaryToken=1467899593_1d465c24411a98d711225cd9e1ff27f2
it won't work (even with a fresh unexpired token).
Is it possible to get the better qyaluty link in any way?