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
When I use the Player from 'next-video/player' and insert the src to my video.mp4 hosted in my S3 Bucket and delivered via Cloudfront CDN, I always get a CORS error.
And the Player throughs the Error: [mux-player 2.9.0] MediaError: MEDIA_ELEMENT_ERROR: Format error
If I use the same URL in the normal HTML5 video tag, it works without a problem.
The text was updated successfully, but these errors were encountered:
Hm that's odd... I'll dig in more, but we've been talking about swapping out Mux Player for something that's a better fit for this use case given that we need to support more than Mux assets here. This prompted me to go ahead and open an issue for tracking that work.
When I use the
Player from 'next-video/player'
and insert thesrc
to my video.mp4 hosted in my S3 Bucket and delivered via Cloudfront CDN, I always get a CORS error.And the Player throughs the Error:
[mux-player 2.9.0] MediaError: MEDIA_ELEMENT_ERROR: Format error
If I use the same URL in the normal HTML5 video tag, it works without a problem.
The text was updated successfully, but these errors were encountered: