SEQUOIIA / twitchtvaudio

Retrieve audio from Twitch.TV streams
http://sequoiia.github.io/twitchtvaudio
MIT License
4 stars 2 forks source link

CORS issue in the clientside-only branch #12

Open SEQUOIIA opened 9 years ago

SEQUOIIA commented 9 years ago

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:

SEQUOIIA commented 9 years ago

So far the temporary solution is to host an API that provides the HLS stream until a more suitable solution can be found.