Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在播放视频的地方设置一个 HTML 页面。
我的视频是一个 .mkv 文件。它在 Chrome 上运行良好,但我没有任何声音。音频编解码器为 AC3。
我的代码:
<p><video src="video.mkv" type='video/x-matroska; codecs="a_ac3, avc"' autoplay controls onerror="failed(event)" ></video></p>
https://jsfiddle.net/wc2fn02s/
由于许可问题,Chrome 不支持 AC3。
不支持 ac3 和 dts - 当前状态:WontFix
媒体播放器默默地忽略 AC3 音频(双关语)。
不过,第一个链接讨论了可以播放它的第三方插件。