mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
优化代码
This commit is contained in:
parent
57043138d8
commit
ae230bc1aa
@ -256,6 +256,10 @@ private:
|
||||
return;
|
||||
}
|
||||
|
||||
if(it->second->getSchema() != schema){
|
||||
// 绑定的协议不一致
|
||||
return;
|
||||
}
|
||||
if(it->second->continueRecord()){
|
||||
// 如果可以继续录制,那么只重置tracks,不删除对象
|
||||
it->second->resetTracks();
|
||||
|
Loading…
Reference in New Issue
Block a user