|
@@ -94,6 +94,9 @@ public class AckRequestProcessor extends SIPRequestProcessorParent implements In
|
|
|
param.put("dst_port", sendRtpItem.getPort());
|
|
param.put("dst_port", sendRtpItem.getPort());
|
|
|
param.put("is_udp", is_Udp);
|
|
param.put("is_udp", is_Udp);
|
|
|
param.put("src_port", sendRtpItem.getLocalPort());
|
|
param.put("src_port", sendRtpItem.getLocalPort());
|
|
|
|
|
+ param.put("pt", sendRtpItem.getPt());
|
|
|
|
|
+ param.put("use_ps", sendRtpItem.isUsePs() ? "1" : "0");
|
|
|
|
|
+ param.put("only_audio", sendRtpItem.isOnlyAudio());
|
|
|
zlmrtpServerFactory.startSendRtpStream(mediaInfo, param);
|
|
zlmrtpServerFactory.startSendRtpStream(mediaInfo, param);
|
|
|
|
|
|
|
|
|
|
|