使用EasyPlayer播放H.265视频流
- EasyPlayer流媒体视频播放器
EasyPlayer流媒体视频播放器
EasyPlayer流媒体视频播放器可支持H.264与H.265编码格式,性能稳定、播放流畅,能支持RTSP、RTMP、HLS、FLV、WebRTC等格式的视频流播放,并且已实现网页端实时录像、在iOS上实现低延时直播等功能。
- 加载依赖
npm install --save @easydarwin/easyplayer
- 将依赖node_modules/@easydarwin/easyplayer/dist/component中的crossdomain.xml、EasyPlayer-lib.min.js、EasyPlayer.wasm三个文件复制拷贝到public文件夹下的lib文件和libs文件中,如图所示,并在index.html中引用组件
<script src="/lib/EasyPlayer-element.min.js"></script>
- 引入组件
<div><easy-player class="xg-playe" :videoUrl="videoUrl" easyStretch fluent autoplay live stretch></easy-player>
</div>
<script>import EasyPlayer from '@easydarwin/easyplayer'export default {components: {EasyPlayer},if(res.status===200){if (res.data!="" && res.data!=undefined) {_this.probTog = true;_this.videoSuccessFul = false_this.$nextTick(function () {_this.videoUrl = res.data;})}}}