648540858
2024-06-20 5e82aa5f39981e6ba0909a493f091954cebd24c8
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMServerFactory.java
@@ -265,7 +265,7 @@
        return result;
    }
    public JSONObject stopSendRtpStream(MediaServerItem mediaServerItem, SendRtpItem sendRtpItem) {
    public JSONObject stopSendRtpStream(MediaServer mediaServerItem, SendRtpItem sendRtpItem) {
        Map<String, Object> param = new HashMap<>();
        param.put("vhost", "__defaultVhost__");
        param.put("app", sendRtpItem.getApp());