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)