示例#1
0
        private async Task StopAllLives()
        {
            await _localPushLiveService.StopPushLiveStream();

            await _serverPushLiveService.StopPushLiveStream();

            await _localRecordService.StopRecord();
        }
示例#2
0
 private bool StopAllLives()
 {
     _manualPushLive.StopPushLiveStream();
     _localRecordLive.StopMp4Record();
     //_viewLayoutService.ExtenedViewFrameList?.Clear();
     return(true);
 }