修复推流播放

This commit is contained in:
648540858
2024-04-01 15:40:21 +08:00
parent fd2ef6effe
commit 73733ab13f
3 changed files with 5 additions and 9 deletions

View File

@@ -447,6 +447,7 @@ public class RedisCatchStorageImpl implements IRedisCatchStorage {
@Override
public StreamAuthorityInfo getStreamAuthorityInfo(String app, String stream) {
String key = VideoManagerConstants.MEDIA_STREAM_AUTHORITY + userSetting.getServerId() + "_" + app+ "_" + stream ;
System.out.println(key);
return JsonUtil.redisJsonToObject(redisTemplate, key, StreamAuthorityInfo.class);
}