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() {
|
int RTSPServerThread::run() {
|
||||||
|
Debug(2, "RTSPServerThread::run()");
|
||||||
if ( rtspServer )
|
if ( rtspServer )
|
||||||
env->taskScheduler().doEventLoop(); // does not return
|
env->taskScheduler().doEventLoop(); // does not return
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue