1078-增加流地址标识

This commit is contained in:
648540858
2024-06-08 00:56:05 +08:00
parent 595d9be283
commit 942a41c630

View File

@@ -166,7 +166,7 @@ public class jt1078ServiceImpl implements Ijt1078Service {
// 清理数据
redisTemplate.delete(playKey);
}
String stream = phoneNumber + "_" + channelId;
String stream = "jt_play_" + phoneNumber + "_" + channelId;
MediaServer mediaServer = mediaServerService.getMediaServerForMinimumLoad(null);
if (mediaServer == null) {
for (GeneralCallback<StreamInfo> errorCallback : errorCallbacks) {