mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-24 06:50:53 +08:00
startSendRtpPassive接口支持同时接收流
This commit is contained in:
@@ -1235,6 +1235,7 @@ void installWebApi() {
|
||||
args.pt = allArgs["pt"].empty() ? 96 : allArgs["pt"].as<int>();
|
||||
args.use_ps = allArgs["use_ps"].empty() ? true : allArgs["use_ps"].as<bool>();
|
||||
args.only_audio = allArgs["only_audio"].as<bool>();
|
||||
args.recv_stream_id = allArgs["recv_stream_id"];
|
||||
TraceL << "startSendRtpPassive, pt " << int(args.pt) << " ps " << args.use_ps << " audio " << args.only_audio;
|
||||
|
||||
src->getOwnerPoller()->async([=]() mutable {
|
||||
|
||||
Reference in New Issue
Block a user