Closed NathanBowers closed 7 months ago
Byte-range requests are not in HTTP headers, so Safari can't play .mp4 or .webm files served from Eleventy Server.
<!-- local media --> <video controls width="350"> <source src="/media/flower/flower.webm" type="video/webm"> <source src="/media/flower/flower.mp4" type="video/mp4"> </video> <!-- remote media --> <video controls width="350"> <source src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm" type="video/webm"> <source src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4" type="video/mp4"> </video>
Shipped with Dev Server v2.0.0
Byte-range requests are not in HTTP headers, so Safari can't play .mp4 or .webm files served from Eleventy Server.
Here's a bit of reference:
Reproduce:
My setup:
Screenshot: