648540858
2024-04-18 678bb3356232af320cc2686fa94223f8a8057093
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);
    }
}