| | |
| | | @Component
|
| | | public class AckRequestProcessor extends SIPRequestAbstractProcessor {
|
| | |
|
| | | //@Autowired
|
| | | private IRedisCatchStorage redisCatchStorage;
|
| | |
|
| | | //@Autowired
|
| | | private ZLMRTPServerFactory zlmrtpServerFactory;
|
| | |
|
| | |
|
| | | /**
|
| | | * 处理 ACK请求
|
| | |
| | | String is_Udp = sendRtpItem.isTcp() ? "0" : "1";
|
| | | String deviceId = sendRtpItem.getDeviceId();
|
| | | StreamInfo streamInfo = redisCatchStorage.queryPlayByDevice(deviceId, channelId);
|
| | | sendRtpItem.setStreamId(streamInfo.getStreamId());
|
| | | redisCatchStorage.updateSendRTPSever(sendRtpItem);
|
| | | System.out.println(platformGbId);
|
| | | System.out.println(channelId);
|
| | | Map<String, Object> param = new HashMap<>();
|
| | |
| | | public void setZlmrtpServerFactory(ZLMRTPServerFactory zlmrtpServerFactory) {
|
| | | this.zlmrtpServerFactory = zlmrtpServerFactory;
|
| | | }
|
| | |
|
| | | }
|