HTML视频无法在Firefox中播放

时间:2015-02-05 16:09:55

标签: .htaccess html5-video

我有一个带有<video>.ogg.mp4类型视频的html .webm代码。我还使用适当的.htaccess类型编辑了AddFile。我的视频应该在后台播放。在Chrome中,IE和Opera工作正常,但在Firefox中没有。这是我的代码:

<div class = "bgvid">
        <video autoplay loop preload = "metadata" poster="images/pathos-lounge-restaurant.jpg" id="bgvid">
            <source src="media/Luxurios-Pathos-Sunset-Bar-Restaurant.mp4" type="video/mp4">
            <source src="media/Luxurios-Pathos-Sunset-Bar-Restaurant.webm" type="video/webm">
            <source src="media/Luxurios-Pathos-Sunset-Bar-Restaurant.ogv" type="video/ogg">
        </video>
    </div>

这是我的页面:http://freebeachbar.gr/pathos/

1 个答案:

答案 0 :(得分:1)

两件事

您有容器和休息室的课程hidden

您有overflow:hidden媒体全部

你可能不想删除