From 3496700a5ba18be8ca0590a79e21a867782d1ea9 Mon Sep 17 00:00:00 2001
From: liusuyi <1951119284@qq.com>
Date: Mon, 01 Jun 2026 16:56:57 +0800
Subject: [PATCH] 优化

---
 ard-modules/ard-modules-zlm/src/main/java/com/ard/zlm/service/IMediaServerService.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ard-modules/ard-modules-zlm/src/main/java/com/ard/zlm/service/IMediaServerService.java b/ard-modules/ard-modules-zlm/src/main/java/com/ard/zlm/service/IMediaServerService.java
index 7d49b49..ad8048f 100644
--- a/ard-modules/ard-modules-zlm/src/main/java/com/ard/zlm/service/IMediaServerService.java
+++ b/ard-modules/ard-modules-zlm/src/main/java/com/ard/zlm/service/IMediaServerService.java
@@ -1,8 +1,8 @@
 package com.ard.zlm.service;
 
 import com.ard.gb28181.api.domain.Device;
-import com.ard.gb28181.api.domain.GbChannelDTO;
-import com.ard.qs.api.domain.QsDevice;
+import com.ard.zlm.domain.StreamChannel;
+import com.ard.zlm.domain.StreamChannel;
 import com.ard.work.api.domian.ArdChannel;
 import com.ard.zlm.api.domain.*;
 import com.ard.zlm.common.InviteSessionType;
@@ -336,11 +336,11 @@
     /**
      * gb28181 播放
      *
-     * @param qsDevice
+     * @param streamChannel
      * @param gbDevice
      * @param callback
      */
-    void startGb28181Play(QsDevice qsDevice, Device gbDevice, ErrorCallback<StreamInfo> callback);
+    void startGb28181Play(StreamChannel streamChannel, Device gbDevice, ErrorCallback<StreamInfo> callback);
 
     /**
      * 连接rtp服务
@@ -357,19 +357,19 @@
      * gb28181 停止点播
      *
      * @param type
-     * @param qsDevice
+     * @param streamChannel
      * @param device
      * @param stream
      */
-    void stopGb28181Play(InviteSessionType type, QsDevice qsDevice, Device device, String stream);
+    void stopGb28181Play(InviteSessionType type, StreamChannel streamChannel, Device device, String stream);
 
     /**
      * gb28181 播放(基于GbChannel,不依赖QS)
      */
-    void startGb28181PlayByGbChannel(GbChannelDTO gbChannelDTO, Device gbDevice, ErrorCallback<StreamInfo> callback);
+    void startGb28181PlayByGbChannel(StreamChannel streamChannel, Device gbDevice, ErrorCallback<StreamInfo> callback);
 
     /**
      * gb28181 停止点播(基于GbChannel,不依赖QS)
      */
-    void stopGb28181PlayByGbChannel(InviteSessionType type, GbChannelDTO gbChannelDTO, Device device, String stream);
+    void stopGb28181PlayByGbChannel(InviteSessionType type, StreamChannel streamChannel, Device device, String stream);
 }

--
Gitblit v1.9.3