标签:code https VID support port chm height load() load
flv cdn
https://www.bootcdn.cn/flv.js/
举例
<script src="dist/js/flv.min.js"></script>
<video id="videoElement" controls autoplay width="1024" height="576"></video>
<script>
if (flvjs.isSupported()) {
var videoElement = document.getElementById(‘videoElement‘);
var flvPlayer = flvjs.createPlayer({
type: ‘flv‘,
url: ‘http://39.106.70.134:8100/flv?port=1935&app=live‘
});
flvPlayer.attachMediaElement(videoElement);
flvPlayer.load();
flvPlayer.play();
}
</script>
运行效果
标签:code https VID support port chm height load() load
原文地址:https://www.cnblogs.com/zhangxuechao/p/14623129.html