From 81d6f8c1ee3fcbe37406fcb9d9991338e3085016 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 7 Jan 2021 15:13:02 -0500 Subject: [PATCH] disable rtsp_server --- src/zmc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zmc.cpp b/src/zmc.cpp index 734cf0795..c23c7a4d4 100644 --- a/src/zmc.cpp +++ b/src/zmc.cpp @@ -304,6 +304,7 @@ int main(int argc, char *argv[]) { analysis_threads[i] = NULL; } #if HAVE_RTSP_SERVER +#if 0 if ( rtsp_server_threads ) { for ( int i = 0; i < n_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(); } } +#endif #endif } // end foreach monitor