Firefox特定的html5视频错误 [英] Firefox specific html5 video error

查看:57
本文介绍了Firefox特定的html5视频错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用html5视频播放器,在Firefox中出现以下错误

Using the html5 video player, I get the following error in firefox

错误消息:找不到具有支持的格式和哑剧类型的视频

Error Msg: No video with the supported format and mimetype found

通过测试:Chrome/Safari/IE

Passing Tests: Chrome / Safari / IE

代码:

<video preload="metadata" controls="">
    <source type="video/mp4" src="https://subdomain.clientURL.mp4"></source>
            Your browser does not support the video t…
</video>

Http响应Mime类型:

Http Response Mime Type:

Request Method:GETStatus Code:206 Partial Content
Host: redacted.s3.amazonaws.com
Content-Length:405838
Content-Range:bytes 0-405837/405838
Content-Type:video/mp4
Server:AmazonS3

推荐答案

Firefox only supports mp4 if it's installed on the operating system. MP4 support is not built into Firefox due to patent issues.

这篇关于Firefox特定的html5视频错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆