mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-15 10:30:54 +08:00
hls/mp4录制不再能随时开启或关闭
This commit is contained in:
@@ -354,7 +354,6 @@ int main(int argc,char *argv[]) {
|
||||
signal(SIGHUP, [](int) { loadIniConfig(); });
|
||||
sem.wait();
|
||||
|
||||
Recorder::stopAll();
|
||||
lock_guard<mutex> lck(s_mtxFlvRecorder);
|
||||
s_mapFlvRecorder.clear();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user