提高了帧率,增强直播画质
增加了手动开启推流的逻辑
This commit is contained in:
@@ -65,7 +65,11 @@ public class LivePlayAndPushActivity extends BaseLiveActivity implements ITraffi
|
||||
|
||||
@Override
|
||||
public void toggleLive(boolean isLive) {
|
||||
|
||||
if (isLive) {
|
||||
liveStreamManager.startLiveStream();
|
||||
}else{
|
||||
liveStreamManager.stopLiveStream();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user