-
Notifications
You must be signed in to change notification settings - Fork 13
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
Doesn't work in Safari #7
Comments
html5 video tags will dynamically load the 'correct' one, for example Safari won't load a webm. However it seems like your mp4 isn't able to be played in Safari. https://beta.jeffhq.com/static/go90_drew_v09-4138661fabdb68efee190dcd047fb90a-8722d.mp4 Loading the video directly doesn't work. I've made some changes to the defaults which make the mp4 a bit more compatible. Specifically specifying a Perhaps that will work? I'm having some of my builds work in Safari and some not, I'm not sure what's going on there. I've run out of time this weekend to work on this - but if you could figure out the ffmpeg settings that produce an mp4 that Safari likes, I'll make that the default. I've made a query based version of this plugin (since I now need videos outside my 'articles') https://github.com/Mike-Dax/gatsby-transformer-ffmpeg So you should be able do a query like this in the
|
The updated encoding settings seem to be working for me! Thanks @Mike-Dax |
Well I take that back... It worked yesterday in Safari while running in development mode, and now it's not! Why can't everything just run on Chromium :( |
So this worked on my friend's iPhone X during iOS 12, and upon upgrading to iOS 13 it doesn't work anymore. |
Hi. I think this might have to do with The gist (I think) is that caching range requests is complicated and Safari is particularly strict about it. If that is your problem, then you can fix it by removing |
Not sure if it's just me or not, but while the plugin works in Chrome - it does not work in Safari.
For example, https://beta.jeffhq.com/verizon-go90/ this page does not show looping vids in Safari.
jhodges10/jeffhq-v2@777559d
This commit shows my attempt to make sure it wasn't trying to load
.webm
but even that didn't fix it.The text was updated successfully, but these errors were encountered: