适用于移动设备的最佳 HTML 5 视频解决方案?

发布于 2024-11-29 23:12:19 字数 273 浏览 2 评论 0原文

我正在开发一个移动视频平台,我已经在移动 safari 和一些 Android 浏览器中玩过。我遇到的问题是,到目前为止,我的解决方案(已经尝试过常规 HTML 5 视频以及 VideoJS)仅适用于我测试过的大约 50% 的 Android 浏览器。

我已将三种 Web 格式添加到我的视频标签(ogv、webm 和 mp4)中,并提供了备用 Flash 对象,但似乎许多 Android 移动浏览器仍然拒绝播放任何视频。

有没有人有类似的经验可以提出解决方案?

谢谢, 齿轮。

I'm developing a mobile video platform and I have playing in mobile safari and some Android browsers. The problem I'm having is that my solutions thus far (have tried regular HTML 5 video as well as VideoJS) have only worked on about 50% of the Android browsers I've tested.

I have added the three web formats to my video tag (ogv, webm and mp4) as well as provided a fallback flash object but it seems that a lot of the Android mobile browsers still refuse to play any video.

Has anyone had a similar experience that could propose a solution?

Thanks,
gearoid.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

有深☉意 2024-12-06 23:12:19

这个决议很奇怪。我需要按适当的顺序添加视频源以获得多设备兼容性。源需要按以下顺序添加到视频标签:

  1. MP4
  2. WebM
  3. OGV

Strange resolution with this one. I need to add the video sources in the appropriate order to get multi-device compatability. The sources need to be added to the video tag in the following order:

  1. MP4
  2. WebM
  3. OGV
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文