【发布时间】:2017-01-24 10:30:05
【问题描述】:
我在 FlexSlider 中使用 HTML5 视频标签。有时视频停止工作。经过大量搜索后,我得到了这个错误。
GET http://studiobooth.local/app/videos/0062mParticle12151601.mp4 412 (Precondition Failed)
这是我的 HTML5 视频标签代码:
<video preload="none" src="http://studiobooth.local/app/videos/2.mp4" poster="http://studiobooth.local/app/videos/thumbs/2.jpg" controls="" loop="" style="max-width:100%;height:100%;"><source src="http://studiobooth.local/app/videos/2.mp4" type="video/mp4">Your browser does not support the video tag.</video>
请帮我解决它。
谢谢
【问题讨论】:
标签: html5-video preconditions http-status-code-412