mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-27 04:22:20 +08:00
修复编译问题
This commit is contained in:
@@ -309,7 +309,7 @@ void RtspPusher::handleResSetup(const Parser &parser, unsigned int track_idx) {
|
||||
}
|
||||
|
||||
void RtspPusher::sendOptions() {
|
||||
_on_res_func = [this](const Parser &parser) {};
|
||||
_on_res_func = [](const Parser &parser) {};
|
||||
sendRtspRequest("OPTIONS", _content_base);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user