| | |
| | | String contentSubType = header.getContentSubType();
|
| | | if ("Application".equalsIgnoreCase(contentType) && "MANSRTSP".equalsIgnoreCase(contentSubType)) {
|
| | | SendRtpItem sendRtpItem = redisCatchStorage.querySendRTPServer(null, null, null, callIdHeader.getCallId());
|
| | | String streamId = sendRtpItem.getStreamId();
|
| | | String streamId = sendRtpItem.getStream();
|
| | | StreamInfo streamInfo = redisCatchStorage.queryPlayback(null, null, streamId, null);
|
| | | if (null == streamInfo) {
|
| | | responseAck(request, Response.NOT_FOUND, "stream " + streamId + " not found");
|