You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
Steps to reproduce the behavior:
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.
The text was updated successfully, but these errors were encountered: