【问题标题】:Video stored on Windows Azure blob doesn't work with VideoJS (with Chrome)存储在 Windows Azure blob 上的视频不适用于 VideoJS(使用 Chrome)
【发布时间】:2013-12-10 06:30:31
【问题描述】:

我想存储 .mp4 视频以在 HTML5 播放器 (videojs) 中显示它们。

我在 Chrome 浏览器上遇到问题:我无法在视频中向后或向前移动搜索栏(存储在 Azure 上)。如果我将视频托管在另一台服务器上,则不会出现此问题。

我检查了 mime 类型(视频/mp4)。你遇到过这个问题吗?

显然问题可能来自 Accept-Ranges: bytes(HTTP 响应中不存在)。

这里是有问题的链接:http://tbf.azurewebsites.net/fr/media/unrealistic-expectations-10000-dollars

非常感谢,

最好的问候

【问题讨论】:

    标签: windows html google-chrome video azure


    【解决方案1】:

    Chrome 支持的格式有 H-264、VP8(WebM 视频部分)、Theora 视频和 MP3、AAC、Vorbis 音频。不支持 MPEG-4 Visual(Chromium 问题 54036)。

    因此,Chrome 可以播放带有 H-264 视频的 .mp4,但不能播放 MPEG-4 Visual 视频。

    https://stackoverflow.com/a/12174154/1384539

    【讨论】:

      猜你喜欢
      • 2020-11-07
      • 2019-11-01
      • 2020-08-12
      • 2020-04-09
      • 1970-01-01
      • 1970-01-01
      • 2018-08-13
      • 2017-08-28
      • 2019-12-04
      相关资源
      最近更新 更多