disable rtsp_server
This commit is contained in:
parent
c70e2ccfc2
commit
81d6f8c1ee
|
@ -304,6 +304,7 @@ int main(int argc, char *argv[]) {
|
||||||
analysis_threads[i] = NULL;
|
analysis_threads[i] = NULL;
|
||||||
}
|
}
|
||||||
#if HAVE_RTSP_SERVER
|
#if HAVE_RTSP_SERVER
|
||||||
|
#if 0
|
||||||
if ( rtsp_server_threads ) {
|
if ( rtsp_server_threads ) {
|
||||||
for ( int i = 0; i < n_monitors; i++ ) {
|
for ( int i = 0; i < n_monitors; i++ ) {
|
||||||
rtsp_server_threads[i] = new RTSPServerThread(monitors[i]);
|
rtsp_server_threads[i] = new RTSPServerThread(monitors[i]);
|
||||||
|
@ -314,6 +315,7 @@ int main(int argc, char *argv[]) {
|
||||||
rtsp_server_threads[i]->start();
|
rtsp_server_threads[i]->start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
} // end foreach monitor
|
} // end foreach monitor
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue