【发布时间】:2011-02-05 18:15:40
【问题描述】:
我知道我可能只是出了点问题,但我不明白为什么我的 MediaElement.js 视频无法在 Firefox 4 Beta 10 中播放。它们在 Firefox 3.6.13 中运行良好。到目前为止,我只在 Mac OS 10.6.6 中对此进行了测试。
【问题讨论】:
标签: html video webm firefox4 mediaelement.js
我知道我可能只是出了点问题,但我不明白为什么我的 MediaElement.js 视频无法在 Firefox 4 Beta 10 中播放。它们在 Firefox 3.6.13 中运行良好。到目前为止,我只在 Mac OS 10.6.6 中对此进行了测试。
【问题讨论】:
标签: html video webm firefox4 mediaelement.js
我认为问题在于 cl.ly 将 .webm 文件的内容类型发送为“binary/octet-stream”,但 Firefox(和 Opera)要求它是“video/webm”。我不知道你是否可以让 cl.ly 改变它,但现在你可以只删除 webm 文件,Firefox 4 会像 Firefox 3 一样通过 flash 播放 MP4。
【讨论】: