代码:
<video controls width="100%">
<source src="/learn/guide/test.mp4">
<p>Your browser does not support H.264/MP4.</p>
</video>
以上适用于除 Mac 上的 Firefox 和 Windows 上的 Chrome 之外的所有内容。
在 Firefox for Mac 上,我收到以下错误消息:
no video with supported format and mime type found
在 Windows 版 Chrome 上,我收到以下错误消息:
the video cannot be found it may have been removed from the server.
chrome 错误没有意义,因为它适用于所有其他浏览器。
我该如何补救?