【发布时间】:2017-11-16 12:48:05
【问题描述】:
我在 jsfiddle 中创建了一个简单的 HTML5 dash player 实例..
https://jsfiddle.net/uumh8e6u/
<video class="dashjs-player" poster="https://dummyimage.com/600x400/000/fff" autoplay playsinline>
<source src="https://yt-dash-mse-test.commondatastorage.googleapis.com/media/car-20120827-manifest.mpd" type="application/dash+xml"/>
<source src="https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8" type="application/x-mpegURL">
</video>
当我尝试在 iPad 上播放时,我可以正确加载海报图像,然后播放按钮在屏幕上闪烁一秒钟然后消失。
有人知道为什么会这样吗?
【问题讨论】:
-
读得很好,但不确定它是否与我的情况相关。我根本没有使用滑块
-
我了解到我发现您的问题和滑块问题之间存在相似之处。您可以尝试一次他们的解决方案吗?
-
我看不出他们的解决方案是什么?
-
如果您将视频放在 iframe 中?您尝试过这种解决方法吗?
标签: ios html5-video mobile-safari http-live-streaming mpeg-dash