648540858
2024-06-13 4ad711f61a1a760a0f8f7f8475b75ec93e31d8ae
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMServerFactory.java
@@ -365,4 +365,13 @@
        }
        return result;
    }
    public JSONObject stopSendRtpStream(MediaServerItem mediaServerItem, SendRtpItem sendRtpItem) {
        Map<String, Object> param = new HashMap<>();
        param.put("vhost", "__defaultVhost__");
        param.put("app", sendRtpItem.getApp());
        param.put("stream", sendRtpItem.getStream());
        param.put("ssrc", sendRtpItem.getSsrc());
        return zlmresTfulUtils.stopSendRtp(mediaServerItem, param);
    }
}