获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
定位到同样的问题,请问是否有解决方案了
live-player在iPhone 13系列上暂停后继续拉流黑屏// 先执行: this.livePlayerCtx.pause({ success: () => { console.log('%c 暂停拉流', 'color: #f00; font-size: 18px'); } }); // 后执行 this.livePlayerCtx.play({ success: () => { console.log('%c 继续拉流', 'color: #f00; font-size: 18px'); } }); // 回调显示成功,但是显示黑屏
2022-04-06