- live-player组件安卓在onHide生命周期无法静音?
点击前往直播间进入直播间,直播视频正常播放,预期表现为点击胶囊按钮或上滑小程序切到后台,直播间视频onHide静音,ios可静音,安卓不可静音,是否是不支持组件形式,ios和安卓表现形式不同是为什么呢?
2023-07-20 - live-player为什么切到后台仍有声音?
live-player组件,点击胶囊按钮退出或者上滑退出,小程序运行在后台,为什么还在播放声音呢? 接入的TRCT实时音视频,在onHide中写对live-plater的音频流静音但是无效,在返回小程序的时候才静音成功 <view v-for="(item,index) in TRTCDATA.playerList" :key="item.id"> <live-player style="width: 100vw;height: 100vh;" class="player" :id="item.id" :data-userid="item.userID" :data-streamid="item.streamID" :data-streamtype="item.streamType" :src="item.src" mode="live" autoplay="true" :mute-audio="item.muteAudio" :mute-video="item.muteVideo" orientation="vertical" min-cache="1" max-cache="2" sound-mode="speaker" @statechange="_playerStateChange" @fullscreenchange="_playerFullscreenChange" @netstatus="_playerNetStatus" @audiovolumenotify="_playerAudioVolumeNotify" /> </view> onHide(() => { TRTCDATA.playerList = list = TRTCDATA.TRTCexample.setPlayerAttributes(TRTCDATA.playerList[0].id, {'muteAudio': true}) })
2023-06-21 - wx.createBLEConnection连接报错,为什么一次也没连接成功?
ios报错: [图片] 安卓报错: [图片] 为什么一次都没有成功呢? 产品是威衡充电式手提电子称,蓝牙4.0
2022-03-23