648540858
2024-08-07 c88681c7ad06391fa8cce0b910f45cf4f479889d
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMServerFactory.java
@@ -17,7 +17,7 @@
@Component
public class ZLMServerFactory {
    private Logger logger = LoggerFactory.getLogger("ZLMServerFactory");
    private final static Logger logger = LoggerFactory.getLogger(ZLMServerFactory.class);
    @Autowired
    private ZLMRESTfulUtils zlmresTfulUtils;
@@ -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());