648540858
2024-04-23 66a681d67969ae64c5cfe7140cb60a7885edef86
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMServerFactory.java
@@ -372,6 +372,6 @@
        param.put("app", sendRtpItem.getApp());
        param.put("stream", sendRtpItem.getStream());
        param.put("ssrc", sendRtpItem.getSsrc());
        return zlmresTfulUtils.startSendRtp(mediaServerItem, param);
        return zlmresTfulUtils.stopSendRtp(mediaServerItem, param);
    }
}