<!-- x5-playsinline="" playsinline="" webkit-playsinline=""加上可以解决微信浏览器默认最大化显示的问题-->
<video id="live-stream" ?src="" ?controls="" x5-playsinline="" playsinline="" webkit-playsinline="" poster="" preload="auto" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto"></video><script> ????????player = videojs(‘live-stream‘, { ?????????????controls: true, ?????????????autoplay: false, ?????????????preload: ‘auto‘, ?????????????loop: false, ?????????????controlBar: { ???????????????????captionsButton: false, ???????????????????chaptersButton: false, ???????????????????playbackRateMenuButton: true, ???????????????????LiveDisplay: true, ???????????????????subtitlesButton: false, ???????????????????remainingTimeDisplay: true, ???????????????????progressControl: true, ???????????????????fullscreenToggle: false ???????????????} ???????????}); </script>
video.js使用
原文地址:http://www.cnblogs.com/benlightning/p/7531762.html