first commit

This commit is contained in:
cxh 2025-09-10 13:13:51 +08:00
parent 3cc7fe8304
commit 6e46e1d41d

View File

@ -3,6 +3,8 @@
#include "logger.hpp" #include "logger.hpp"
#include <iostream> #include <iostream>
#include <algorithm> #include <algorithm>
#include <thread>
#include <chrono>
// 静态变量定义 // 静态变量定义
GMainLoop *RTSPManager::loop = nullptr; GMainLoop *RTSPManager::loop = nullptr;