且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在播放网页浏览器MKV视频

更新时间:2022-02-25 20:59:12

HTML5和VLC Web插件是一个不走的我,但我可以用下面的设置得到这个工作:

HTML5 and the VLC web plugin were a no go for me but I was able to get this work using the following setup:

的DivX网页播放器

AC3音频解codeR

这里是HTML:

<embed id="divxplayer" type="video/divx" width="1024" height="768" 
src ="path_to_file" autoPlay=\"true\" 
pluginspage=\"http://go.divx.com/plugin/download/\"></embed>

DivX播放器似乎让视频和比原生的HTML5音频选项的更广泛的阵列,到目前为止我很IM $ P $通过它pssed。

The DivX player seems to allow for a much wider array of video and audio options than the native HTML5, so far I am very impressed by it.