<video> plays in other browsers, but not Safari

后端 未结 11 1499
清酒与你
清酒与你 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:54

    ...

    On a side note, does charset make any sense on the video/mp4 type at all? Try removing the charset on it.

    EDIT: Yes, charset might be the problem, see: Specify content-type for documents uploaded in Magnolia

    EDIT2: Not charset, woops, reading comprehension fail. Might be byte range? To quote: "[...] we found out that Safari/iOS "uses HTTP byte-ranges for requesting audio and video files." Now we guess that the Magnolia DMS file serving doesn't support this feature, and hence the streaming fails."

提交回复
热议问题