ios live-player 纯音频 没声音

发布于 7 年前作者 nakang5197 次浏览最后编辑 7 年前来自 issues

ios13

live-player标签 在纯音频没有声音

<live-pusher autopush={{true}}min-bitrate=“200” max-bitrate=“400” mode=“RTC” url={{url}}enable-camera={{false}}muted={{false}}>

<live-player autoplay  muted={{false}}  min-cache=“0.2” max-cache=“0.8” src={{url}}></live-player>

3 回复
nqiu
nqiu1 楼6 年前

可以打开 debug 属性,或看 statchange 的状态码有没有异常

若还有问题,请具体描述问题并提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

另外,请扫描下图贴一下截图

WXOPEN Club 内容图片
yongxie
yongxie2 楼6 年前

我们业务也是live-player播放纯音频没声音,VLC都播放正常的

xiuyingmo
xiuyingmo3 楼5 年前

楼主解决了吗