benjipott / video.js-chromecast

Use chromecast with videojs html5 player
Other
207 stars 86 forks source link

LOAD_FAILED #31

Open chrishubert opened 7 years ago

chrishubert commented 7 years ago

Hello,

I can't seem to get my casting to work.

VIDEOJS: Cast APIs are available
VIDEOJS: Cast video: https://redirector.googlevideo.com/videoplayback?id=350171769f811a5f...
VIDEOJS: Session initialized: 8b99982a-e4e7-4d0e-8b48-9ed094e06d8c source : https://redirector.googlevideo.com/videoplayback?id=350171769f811a5f...
VIDEOJS: Cast Error: {"code":"session_error","description":"LOAD_FAILED","details":{"type":"LOAD_FAILED"}}

It looks like it may have something to do with CORS, since the video from your "index.html" is playing perfectly. And the videos from googlevideo,com domain doesn't allow Cross Origin by default.

Is there anything I can do, or am I just plain out of luck?