Currently got an issue where I am unable to retrieve a HLS playlist due to Twitch.TV's CORS settings. JSON API calls was easily solved with JSONP, however getting the HLS playlist has proven to be a minor challenge.
Possible solutions:
Host a server-side application and proxy the requests through there(kinda goes against the whole idea of the "client-side only" branch.
Relevant commit: f2e77d76ae74dd4600d9f46847ddcd5a5f44ffc0
Currently got an issue where I am unable to retrieve a HLS playlist due to Twitch.TV's CORS settings. JSON API calls was easily solved with JSONP, however getting the HLS playlist has proven to be a minor challenge.
Possible solutions: