Debug the start of rtsp server thread run

This commit is contained in:
Isaac Connor 2020-12-15 16:01:34 -05:00
parent a502a86b00
commit 5dbe8d35ad
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RTSPServerThread::~RTSPServerThread() {
}
int RTSPServerThread::run() {
Debug(2, "RTSPServerThread::run()");
if ( rtspServer )
env->taskScheduler().doEventLoop(); // does not return
return 0;