1
This commit is contained in:
parent
204f1786b1
commit
745f49fd46
@ -136,7 +136,7 @@ static void handle_record_query_request(const nlohmann::json& req)
|
||||
// 2. 计算 stream 名
|
||||
// loc → stream,比如:
|
||||
// 0 → "AHD1_main"
|
||||
std::string stream = RTMPManager::loc_to_stream(loc);
|
||||
std::string stream = RecordManager::loc_to_stream(loc);
|
||||
if (stream.empty())
|
||||
{
|
||||
LOG_WARN("[record_query] invalid loc: " + std::to_string(loc));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user