mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-02-17 22:00:52 +08:00
修复编译问题
This commit is contained in:
Submodule 3rdpart/ZLToolKit updated: dd101bcc31...a71747c7d0
@@ -1037,10 +1037,6 @@ void installWebApi() {
|
|||||||
throw InvalidArgsException("该stream_id已存在");
|
throw InvalidArgsException("该stream_id已存在");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
RtpServer::Ptr server = std::make_shared<RtpServer>();
|
RtpServer::Ptr server = std::make_shared<RtpServer>();
|
||||||
server->start(allArgs["port"], stream_id, allArgs["enable_tcp"].as<bool>(), "0.0.0.0", enable_reuse);
|
server->start(allArgs["port"], stream_id, allArgs["enable_tcp"].as<bool>(), "0.0.0.0", enable_reuse);
|
||||||
server->setOnDetach([stream_id]() {
|
server->setOnDetach([stream_id]() {
|
||||||
|
|||||||
Reference in New Issue
Block a user