diff --git a/src/rtmp_manager.cpp b/src/rtmp_manager.cpp index bed9aa7..d8a0943 100644 --- a/src/rtmp_manager.cpp +++ b/src/rtmp_manager.cpp @@ -89,7 +89,7 @@ GstElement *RTMPManager::create_pipeline(const Camera &cam) "\" sync=false " "t. ! queue ! fpsdisplaysink name=fpsprobe text-overlay=false video-sink=fakesink sync=false"; - LOG_INFO("[RTMP] Pipeline: " + pipeline_str); + // LOG_INFO("[RTMP] Pipeline: " + pipeline_str); GError *error = nullptr; GstElement *pipeline = gst_parse_launch(pipeline_str.c_str(), &error);