<live-player v-show="playerShow" id="player" :src="jcUrl" mode="live"
style="width: 300px; height: 225px;margin: 0 auto;">
<cover-view style="border: 1rpx solid red; margin-top: 200rpx;">
<button type="default" @click="closeVideo">关闭</button>
</cover-view>
</live-player>
avPlayInterval音画同步错位时间(播放),单位 ms,此数值越小,音画同步越好
avRecvInterval音画同步错位时间(网络),单位 ms,此数值越小,音画同步越好
我也遇到差不多的问题,别人给我的回答,目前还没有解决。