Your browser d-6ren">
gpt4 book ai didi

html - Firefox 报告 "No Video with Supported Format and Mime Type Found"

转载 作者:太空狗 更新时间:2023-10-29 15:37:18 44 4
gpt4 key购买 nike

此代码适用于 mp4 视频,但不适用于 .3gp.avi.flv 文件。

<video width="320" height="240" controls>
<source src="<s:url action='downappsuservideo'>
<s:param name="id" value="#session['id']"/>
</s:url>" >
Your browser does not support the video tag.
</video>

最佳答案

您需要检查 Firefox(与任何其他浏览器一样)在使用 HTML5 时可能存在的限制。
HTML5 世界在不断发展,某些功能、编解码器等缺失的支持最终会在未来迟早引入。

同时,在以下页面中检查 Firefox 的功能:

HTML5 TEST


在撰写本文时,它的总分 465 总分 555,其中 29 总分 33 关于视频播放。

具体来说,CODEC情况如下:

MPEG-4 ASP support    : No  ✘    
H.264 support : Yes ✔
H.265 support : No ✘
Ogg Theora support : Yes ✔
WebM with VP8 support : Yes ✔
WebM with VP9 support : Yes ✔

然后

  • 在无法复制时为用户提供下载视频的链接,或者
  • 使用其他玩家作为后备,或者
  • 转换您的视频,或
  • 随便。

另请阅读 Mozilla’s article on supported media formats .

关于html - Firefox 报告 "No Video with Supported Format and Mime Type Found",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32369721/

44 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com