panlinlin
2020-12-25 642d93c0614f272ce8a5001633b1c5769d2e99e8
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/cmd/ISIPCommander.java
@@ -213,4 +213,11 @@
    * @param device 视频设备
    */
   boolean mobilePostitionQuery(Device device);
   /**
    * 释放rtpserver
    * @param device
    * @param channelId
    */
    void closeRTPServer(Device device, String channelId);
}