html5视频无法在iOS设备上播放

时间:2014-03-17 16:48:47

标签: ios iphone html5 .htaccess video

我在iOS设备上播放我的html5视频时出现问题,即iPhone 7.0和iPad 7.0.4目前iPad只显示空容器,而iPhone上则有播放按钮,其中有一条直通线。这意味着什么?

我已将以下内容放在.htaccess文件中 -

AddType video/ogg .ogg
AddType video/mp4 .mp4
AddType video/webm .webm

为什么会发生这种情况?

谢谢!

1 个答案:

答案 0 :(得分:0)

我曾经这样整合mp4-videos:

<video src="path/to/file.mp4" poster="thumbnail.jpg" type="video/mp4" width="640" controls autobuffer />

我的视频是MP4 / H.264,基线配置文件,480×360

从未遇到过这个问题。也许您视频的路径不正确。