From 9e706b187e6920799f049bbbf9db8247742bf049 Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 15 Oct 2025 13:11:23 +0800 Subject: [PATCH] temp --- include/rtmp_manager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtmp_manager.hpp b/include/rtmp_manager.hpp index 747eb38..8a826a0 100644 --- a/include/rtmp_manager.hpp +++ b/include/rtmp_manager.hpp @@ -62,7 +62,7 @@ private: static GstElement *create_pipeline(const Camera &cam, StreamType type); static std::string make_stream_key(const std::string &cam_name, StreamType type); static void update_status(const std::string &key, const StreamStatus &status); - static void RTMPManager::publish_stream_status(const Camera &cam, StreamType type, const std::string &seqNo, bool ok, const std::string &reason); + static void publish_stream_status(const Camera &cam, StreamType type, const std::string &seqNo, bool ok, const std::string &reason); static inline std::string stream_type_suffix(StreamType type) { return (type == StreamType::MAIN) ? "_main" : "_sub";