From f7919d585133cc29d8eaae890b04f69f46cc8e30 Mon Sep 17 00:00:00 2001 From: cxh Date: Fri, 17 Oct 2025 16:11:45 +0800 Subject: [PATCH] 1 --- src/rtmp_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);