This commit is contained in:
cxh 2025-10-15 10:09:57 +08:00
parent 9e23df2f76
commit b767bb4ea0

View File

@ -48,7 +48,7 @@ void RTMPManager::init()
if (ctx && ctx->thread.joinable()) if (ctx && ctx->thread.joinable())
{ {
ctx->thread.join(); ctx->thread.join();
LOG_INFO("[RTMP] Stream thread joined asynchronously: " + ctx->name); LOG_INFO("[RTMP] Stream thread joined asynchronously");
} }
} }); } });
} }