From 7cce2abdca6f83902906373927ce4e15bd314946 Mon Sep 17 00:00:00 2001 From: cxh Date: Fri, 9 Jan 2026 10:19:11 +0800 Subject: [PATCH] 1 --- src/rtmp_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rtmp_manager.cpp b/src/rtmp_manager.cpp index 7894b58..d601a4e 100644 --- a/src/rtmp_manager.cpp +++ b/src/rtmp_manager.cpp @@ -95,6 +95,8 @@ GstElement* RTMPManager::create_pipeline(const Camera& cam) "\" " "sync=false async=false"; + LOG_INFO("[PIPELINE] " + pipeline_str); + GError* error = nullptr; GstElement* pipeline = gst_parse_launch(pipeline_str.c_str(), &error); if (error)