修复发流参数错误

This commit is contained in:
648540858
2023-08-18 14:06:39 +08:00
parent d67f0a1ea4
commit b63a89a0a8
2 changed files with 0 additions and 4 deletions

View File

@@ -221,8 +221,6 @@ public class PsController {
String is_Udp = isUdp ? "1" : "0";
param.put("is_udp", is_Udp);
param.put("src_port", sendInfo.getSendLocalPort());
param.put("use_ps", "0");
param.put("only_audio", "1");
Boolean streamReady = zlmServerFactory.isStreamReady(mediaServerItem, app, stream);