Commit feb1c6e0 by suolong

修复连麦没有画面问题

parent 62ee5acf
...@@ -298,7 +298,7 @@ NSString * const kLiveLinkMicRoleDidChanged = @"linkMicRoleChange"; ...@@ -298,7 +298,7 @@ NSString * const kLiveLinkMicRoleDidChanged = @"linkMicRoleChange";
self.captureHelper.onlyCapture = YES; self.captureHelper.onlyCapture = YES;
if([FUSLiveHelper shareInstance].liveRoomType != FUSRoomTypeLinkMic){ if([FUSLiveHelper shareInstance].liveRoomType != FUSRoomTypeLinkMic){
// 如果不是连麦房 // 如果不是连麦房
[weakSelf.captureHelper fus_pauseCapture]; [weakSelf.captureHelper fus_stopStreamPush];
[weakSelf.captureHelper fus_pauseAudioCapture]; [weakSelf.captureHelper fus_pauseAudioCapture];
// [weakSelf.agoraEngine startRtmpStreamWithoutTranscoding:[FUSLiveHelper shareInstance].streamView.pushView.streamUrl]; // [weakSelf.agoraEngine startRtmpStreamWithoutTranscoding:[FUSLiveHelper shareInstance].streamView.pushView.streamUrl];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment