first commit

This commit is contained in:
cxh 2025-09-10 13:14:49 +08:00
parent 6e46e1d41d
commit a928513492

View File

@ -10,8 +10,8 @@
#include <chrono> #include <chrono>
// 可通过这些开关快速启用/禁用线程进行调试 // 可通过这些开关快速启用/禁用线程进行调试
constexpr bool ENABLE_RTSP_THREAD = true; // 设置为 false 禁用 RTSP 线程 constexpr bool ENABLE_RTSP_THREAD = true; // 设置为 false 禁用 RTSP 线程
constexpr bool ENABLE_MQTT_THREAD = false; // 设置为 false 禁用 MQTT 线程 constexpr bool ENABLE_MQTT_THREAD = true; // 设置为 false 禁用 MQTT 线程
std::atomic<bool> g_running(true); std::atomic<bool> g_running(true);