1

我已经使用 Video JS [http://videojs.com/] 设置了一个全宽/全高视频背景,它在 Safari、Chrome 和 Firefox 中表现正确,但在 IE9 中只能间歇性地工作。该网站可以在这里看到:http ://www.snclbrand.com/

花了很多时间研究 Google 和 Stack Overflow,我在 .htaccess 文件中添加了额外的代码,所以它看起来像这样:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


AddType audio/mpeg mp3
AddType audio/mp4 m4a
AddType audio/ogg ogg
AddType audio/ogg oga
AddType audio/webm webma
AddType audio/wav wav

AddType video/mp4 mp4
AddType video/mp4 m4v
AddType video/ogg ogv
AddType video/webm webm
AddType video/webm webmv

可悲的是,这并没有帮助,并且在 IE 的开发人员工具中,当视频无法播放时,此错误会显示在控制台中:Video Error[object Object]

我对 jQuery / HTML5 视频没有足够的经验来诊断发生了什么,任何指示或帮助都非常感激。

非常感谢,

詹姆士

4

0 回答 0