Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

video file blocked by CORS policy #2

Open
tiagovignatti opened this issue Aug 16, 2019 · 0 comments
Open

video file blocked by CORS policy #2

tiagovignatti opened this issue Aug 16, 2019 · 0 comments

Comments

@tiagovignatti
Copy link

Both album.html and two-and-a-half-d.html are not working at the moment due CORS policy. These examples are trying to fetch media file URL directly from another host CDN and generating the following error:

image

Steps to reproduce the behavior:

  1. Go to https://vimeo-threejs-player.glitch.me/two-and-a-half-d
  2. Open Chrome DevTools console
  3. See the error

Other examples using Adaptive and Dash playback (i.e. downloading .m4s media parts) work just fine. I noticed that the sample server.js tries to circumvent CORS by injecting some headers foo but that's not working out.

I'm wondering whether this is somehow related to the fact of readme saying "Streaming Vimeo videos requires video file access via the Vimeo API. Accessing video files is limited to Vimeo Pro and Business customers"? Any kind of help is very welcome! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant