temp
This commit is contained in:
parent
9e23df2f76
commit
b767bb4ea0
@ -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");
|
||||||
}
|
}
|
||||||
} });
|
} });
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user