- vivo 60t pro+手机上,微信浏览器使用getUserMedia接口,无法开启后置摄像头?
在线的测试Demo:https://webrtc.github.io/samples/src/content/devices/input-output/ 摄像头列表选择后置摄像头,微信浏览器上开启失败,手机系统浏览器上能打开
2024-07-18 - live-pusher组件推流经常出现rtmp断开一会,后面再重连上,还有就是推流的数据包突然会变的
https://developers.weixin.qq.com/miniprogram/dev/framework/ <live-pusher wx:if="{{rtmpUrl!==''}}" wx:key="livePusher" style="display:inline-block;aspect="16:9" mode="RTC" enable-agc="true" enable-ans="true" orientation="{{orientation}}" url="{{rtmpUrl}}" enable-mic="{{enableMic}}" enable-camera="{{enableCamera}}" muted="{{!enableMic}}" beauty="{{beauty}}" waiting-image="../../images/cover.png" background-mute= "true" max-bitrate="{{maxBitrate}}" min-bitrate="{{minBitrate}}" bindstatechange="pusherStateChangeHandler" bindnetstatus="pusherNetstatusHandler" binderror="pusherErrorHandler" autopush="true" >
2023-04-06