WordPress:媒体错误:不支持格式或找不到源

Dor*_*iri 7 wordpress video upload mp4

我正在尝试将 MP4 视频添加到我的媒体库中。它没有给出任何错误,但是当我尝试播放视频时,它会在视频播放器中显示以下消息:

媒体错误:不支持格式或找不到源

视频大小为2MB。

小智 5

WordPress Core 中似乎存在一个关于此的错误:

https://core.trac.wordpress.org/ticket/42874#comment:8

mediaelement GH 存储库中也提出了一个问题:

https://github.com/mediaelement/mediaelement/issues/2390

实际问题来自 Safari:

IMPORTANT NOTE for Safari users (Jun 8, 2017) Since Sierra version, autoplay policies have changed. You may experience an error if you try to execute play programatically or via autoplay attribute with MediaElement, unless muted attribute is specified.

我也遇到过这个问题,但只能在 Safari 中重现,它适用于 Chrome 和 Firefox。

希望这可以帮助!