请问你的问题解决了吗?我现在也遇到了,组件绑定的事件也没有回调执行,不知道是啥问题? <view class="clientVideoViewName"> <view id="clientVideoViewName"> <live-pusher id="{{anychat_local_id}}" mode="live" audio-quality="high" aspect="3:4" style="width: 100%; height: 100%;" min-bitrate="150" max-bitrate="250" debug="{{true}}" bindstatechange="push_bindstatechange" bindnetstatus="push_bindnetstatus" binderror="push_binderror" url="{{pusher_rtmpurl}}"> </live-pusher> </view> </view>
live-pusher经常推流失败- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 推流成功 - 复现路径 - 提供一个最简复现 Demo 搜索“远程视频理赔“ 需要验证的时候联系 zhanghq@hyc.cn 根据我们的调试发现,接口调用成功,success事件都能接收到,但是实际上并没有打开摄像头,导致没有流可以推 在Android上首次启动时不会有问题,但是需要设置权限,后面就会失败;IOS上几乎一次都没有成功;开发环境中基本是正常的
2020-03-16