如何在Firefox(Mac)和Chrome(Windows)上播放此视频?

时间:2013-07-20 23:15:53

标签: html5 video video-streaming media

CODE:

<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

在Chrome for Windows上,我收到以下错误消息:

the video cannot be found it may have been removed from the server.

Chrome错误没有意义,因为它适用于所有其他浏览器。

我该如何解决这个问题?

2 个答案:

答案 0 :(得分:2)

您有备用源文件吗? Firefox(Mac)无法播放.mp4。 a link

Chrome可以。您是否在同一台Windows计算机上尝试过其他浏览器?确保您具有到该路径所在位置的网络连接,并在必要时重新启动。

答案 1 :(得分:0)

虽然我目前仅对音频使用mediaelement.js,但这种情况正是它所针对的。

一个缺点是您需要维护多种文件格式,但这主要涉及浏览器限制。 AFAIK你不能在所有常见的浏览器中使用MP4。 Mediaelement.js也不是真正的流媒体。