648540858
2020-10-13 f9ab13a14590d310937de7d78a36ee599dce750b
src/main/java/com/genersoft/iot/vmp/storager/redis/VideoManagerRedisStoragerImpl.java
@@ -344,6 +344,7 @@
    */
   @Override
   public boolean stopPlay(StreamInfo streamInfo) {
      if (streamInfo == null) return false;
      return redis.del(String.format("%S_%s_%s_%s", VideoManagerConstants.PLAYER_PREFIX,
            streamInfo.getSsrc(),
            streamInfo.getDeviceID(),