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
Describe the bug
When opening a link to an mp4 with Firefox, sometimes instead of playing it will show the error "No video with supported format and MIME type found".
Ideal fix in my mind right now would be to look into some library to handle video playback instead of expecting the browser to handle it well.
Additionally should probably revisit and refactor video serving in general. There are some other small quirks to iron out like playback on Discord on mobile sometimes only playing audio but no frames.
This seems to just be a Firefox issue, not necessarily caused by Flare. Will leave this issue open, as it is still an issue, but as of now I don't see a way around this.
My new findings:
Doesn't happen to all videos and mp4's, only the one mentioned here.
The video plays on Chrome but not on Firefox.
Regardless of whether the video is served via s3 provider directly or through /api/[userUrlId]/[filename]/raw, the video fails to play embedded on Firefox.
Even with a more embedded solution like a custom video player library (above), the video fails to play on Firefox.
I think it's likely:
The video has some weird encoding that Firefox doesn't like.
Describe the bug
When opening a link to an mp4 with Firefox, sometimes instead of playing it will show the error "No video with supported format and MIME type found".
To Reproduce
Expected behavior
Video playback.
Screenshots
Error Message
Desktop
The text was updated successfully, but these errors were encountered: