1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine async DVR manager.

This commit is contained in:
winlin 2022-06-29 19:51:10 +08:00
parent b4774d02cc
commit 7c6bd0ce5c
4 changed files with 8 additions and 5 deletions

View file

@ -421,9 +421,6 @@ srs_error_t srs_thread_initialize()
// Create global async worker for DVR.
_srs_dvr_async = new SrsAsyncCallWorker();
if ((err = _srs_dvr_async->start()) != srs_success) {
return srs_error_wrap(err, "dvr async");
}
return err;
}