更新README

This commit is contained in:
648540858
2023-01-10 16:26:52 +08:00
parent 72a1f12208
commit 4babf2b47b
10 changed files with 85 additions and 114 deletions

View File

@@ -70,7 +70,7 @@ public class VideoStreamSessionManager {
stream ="*";
}
String key = VideoManagerConstants.MEDIA_TRANSACTION_USED_PREFIX + userSetting.getServerId() + "_" + deviceId + "_" + channelId + "_" + callId+ "_" + stream;
List<Object> scanResult = RedisUtil.scan(key);
List<Object> scanResult = RedisUtil.scan(key, 1);
if (scanResult.size() == 0) {
return null;
}