mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-20 12:27:49 +08:00
1078-增加流地址标识
This commit is contained in:
parent
595d9be283
commit
942a41c630
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user