iBicha/UnityYoutubePlayer

[WebGL] CORS Missing allow origin

markdimi opened this issue · 4 comments

Hello.
I am having the following error while trying to show a video on WebGL. Any idea how to bypass this?
Could you maybe add a header to the request in order for the server to properly fetch the video?

WebGL support is tricky #16 (comment)
youtube-dl-server already has cors
The actual server rejecting your origin is youtube's.

The player works great in the standalone version (Windows). It's a pitty it doesn't in WebGL.

Added note to readme that WebGL is not supported. Closing