From 6f8f02394e2cab03eca9acfcd9234e3a77f855ce Mon Sep 17 00:00:00 2001 From: WangGuangYuan Date: Wed, 9 Apr 2025 15:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A6=E6=B1=89=E7=94=B5=E7=AB=99webrtc?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/inspect/ivs/domain/ZlmConvertUrl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inspect-ivs/src/main/java/com/inspect/ivs/domain/ZlmConvertUrl.java b/inspect-ivs/src/main/java/com/inspect/ivs/domain/ZlmConvertUrl.java index 9b286bd..b567b06 100644 --- a/inspect-ivs/src/main/java/com/inspect/ivs/domain/ZlmConvertUrl.java +++ b/inspect-ivs/src/main/java/com/inspect/ivs/domain/ZlmConvertUrl.java @@ -11,7 +11,8 @@ public class ZlmConvertUrl { this.flv = String.format("%s/live/%s.live.flv", new Object[]{baseAddress, streamId}); this.m3u8 = String.format("%s/live/%s.m3u8", new Object[]{baseAddress, streamId}); this.mp4 = String.format("%s/live/%s.live.mp4", new Object[]{baseAddress, streamId}); - this.webrtc = String.format("%s/index/api/webrtc?app=live&stream=%s&type=play", new Object[]{baseAddress, streamId}); +// this.webrtc = String.format("%s/index/api/webrtc?app=live&stream=%s&type=play", new Object[]{baseAddress, streamId}); + this.webrtc = String.format("/wuhan/videoMonitor2/index/api/webrtc?app=live&stream=%s&type=play", new Object[]{streamId}); } public String getFlv() {