.mp4 within snowpack dev fails to load in safari #755
Replies: 2 comments 3 replies
-
This can be replicated by: Creating a snowpack app
Downloading this to Adding this to
Run Attaching network request screens for the mp4 in Firefox (left) Safari (right). Something to do with byte range |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reproduction scenario. I can address this today. UPDATE: #794 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a valid H264 .mp4 file that serves fine across browsers in other server environments. In the snowpack server, it fails in desktop and mobile Safari, like this example
https://stackoverflow.com/questions/42846947/cant-play-mp4-video-in-safari-served-by-nodejs-server?noredirect=1&lq=1
Soemthing to do with a missing content range in the snowpack server setup?
Beta Was this translation helpful? Give feedback.
All reactions