<video> plays in other browsers, but not Safari

后端 未结 11 1500
清酒与你
清酒与你 2020-12-06 04:30

We have an MP4 video on our site; it plays fine in IE9+, Firefox, Chrome, and Chrome on mac. However, on Safari, the video doesn\'t play at all - it does trigger a \"stalled

11条回答
  •  粉色の甜心
    2020-12-06 04:35

    What happens if you add these to your .htaccess?

    AddType video/ogg .ogv
    AddType video/mp4 .mp4
    AddType video/webm .webm
    

提交回复
热议问题