648540858
2022-07-06 8aa0bdf539582b9d710503121d911bb166ca7c8e
src/main/java/com/genersoft/iot/vmp/storager/IVideoManagerStorage.java
@@ -357,6 +357,15 @@
   /**
    * 获取但个推流
    * @param app
    * @param stream
    * @return
    */
   StreamPushItem getMedia(String app, String stream);
   /**
    * 清空推流列表
    */
   void clearMediaList();
@@ -454,5 +463,5 @@
   List<ChannelSourceInfo> getChannelSource(String platformId, String gbId);
    void updateChannelPotion(String deviceId, String channelId, double longitude, double latitude);
    void updateChannelPosition(DeviceChannel deviceChannel);
}