[WebGL] CORS Missing allow origin
markdimi opened this issue · 4 comments
markdimi commented
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?
iBicha commented
WebGL support is tricky #16 (comment)
youtube-dl-server already has cors
The actual server rejecting your origin is youtube's.
markdimi commented
The player works great in the standalone version (Windows). It's a pitty it doesn't in WebGL.
iBicha commented
Added note to readme that WebGL is not supported. Closing