-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
mp4 does not play in safari #557
Comments
Some background - https://forum.cloudron.io/topic/10723/mp4-files-not-playing-in-safari-on-iphones I was debugging this a bit. Initially, I thought this was because of "/raw" in the source URL. I renamed this to raw.mp4 but it doesn't need to matter for Safari. It looks like there is some issue with the response XBackBone sends for content range requests. See https://stackoverflow.com/questions/30199261/why-wont-safari-play-file-without-extension-in-video , rwf2/Rocket#806 , jooby-project/jooby#523 and https://stackoverflow.com/questions/32996396/safari-9-0-can-not-play-mp4-video-on-the-storage-server for related issues. I am still debugging , will update this issue as I find any more info to add. |
Removing the |
FWIW, |
I dont have any Apple device to test Safari sadly, if you find a way to make it work feel free to open a PR |
System Info
Describe the bug
Upload a mp4 file . The video does not play in Safari (on Desktop or iOS). It plays fine on all other browsers.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
mp4 video should play
The text was updated successfully, but these errors were encountered: