VideoJS: Where is current information on supported

2019-04-18 06:47发布

Since the site reorg, I'm unable to find current information on supported video formats and their browser and platform compatibility. There's no search I can find on the videojs.com site, support links to SO, docs to the github readme, and far as I can see, none of those have this basic info. I'm probably just being thick, since that's such fundamental info, but please tell me, where is that info?

标签: video.js
2条回答
疯言疯语
2楼-- · 2019-04-18 07:23

They themselves don't support video formats, with HTML5 video the browser does all the work and when it falls back to flash player, then it's any format that flash supports.

For the HTML5 Support see here:

For Flash Support see here:

查看更多
小情绪 Triste *
3楼-- · 2019-04-18 07:25

As another answer mentioned, the VideoJs library itself is format-agnostic. However there is a blogpost a year or so ago by Brightcove that spells out best practice for picking video formats with videojs (and by extension html video in general).

The post gives a breakdown of browser support. By far your best starting point is to use MP4 with H.264 baseline video encoding and AAC audio. To increase browser support you then might consider throwing in WebM, OGG and/or 3GP formats as fallbacks.

The full post is here: http://blog.zencoder.com/2013/09/13/what-formats-do-i-need-for-html5-video/

查看更多
登录 后发表回答