648540858
2024-04-18 55a240bb4504baa9a75e44bc6cc597c96b80705d
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);
    }
}