mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-19 03:47:49 +08:00
1078-优化回放流地址格式
This commit is contained in:
parent
6efff9daf9
commit
56fdbd34f4
@ -328,7 +328,7 @@ public class jt1078ServiceImpl implements Ijt1078Service {
|
||||
}
|
||||
String startTimeParam = DateUtil.yyyy_MM_dd_HH_mm_ssTo1078(startTime);
|
||||
String endTimeParam = DateUtil.yyyy_MM_dd_HH_mm_ssTo1078(endTime);
|
||||
String stream = deviceId + "-" + channelId + "-" + startTimeParam + "-" + endTimeParam;
|
||||
String stream = deviceId + "_" + channelId + "_" + startTimeParam + "_" + endTimeParam;
|
||||
MediaServer mediaServer = mediaServerService.getMediaServerForMinimumLoad(null);
|
||||
if (mediaServer == null) {
|
||||
for (GeneralCallback<StreamInfo> errorCallback : errorCallbacks) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user