Debug the start of rtsp server thread run
This commit is contained in:
parent
a502a86b00
commit
5dbe8d35ad
|
@ -25,7 +25,7 @@ RTSPServerThread::~RTSPServerThread() {
|
|||
}
|
||||
|
||||
int RTSPServerThread::run() {
|
||||
|
||||
Debug(2, "RTSPServerThread::run()");
|
||||
if ( rtspServer )
|
||||
env->taskScheduler().doEventLoop(); // does not return
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue