From 3578c1c0403a0455fca0fd46101b2cedd42a5a5a Mon Sep 17 00:00:00 2001
From: 648540858 <18010473990@163.com>
Date: 星期二, 31 八月 2021 09:44:19 +0800
Subject: [PATCH] 优化登录体验。修复因为流地址导致的录像服务无法识别

---
 src/main/java/com/genersoft/iot/vmp/service/IStreamProxyService.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/genersoft/iot/vmp/service/IStreamProxyService.java b/src/main/java/com/genersoft/iot/vmp/service/IStreamProxyService.java
index 2f7388a..12e4898 100644
--- a/src/main/java/com/genersoft/iot/vmp/service/IStreamProxyService.java
+++ b/src/main/java/com/genersoft/iot/vmp/service/IStreamProxyService.java
@@ -1,6 +1,7 @@
 package com.genersoft.iot.vmp.service;
 
 import com.alibaba.fastjson.JSONObject;
+import com.genersoft.iot.vmp.media.zlm.dto.MediaServerItem;
 import com.genersoft.iot.vmp.media.zlm.dto.StreamProxyItem;
 import com.github.pagehelper.PageInfo;
 
@@ -61,5 +62,5 @@
      * 鑾峰彇ffmpeg.cmd妯℃澘
      * @return
      */
-    JSONObject getFFmpegCMDs();
+    JSONObject getFFmpegCMDs(MediaServerItem mediaServerItem);
 }

--
Gitblit v1.8.0