From a917bbc9363d8b6bbf0e57f5734791257d28c45a Mon Sep 17 00:00:00 2001 From: hdka <823267011@qq.com> Date: Wed, 1 Oct 2025 21:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rtsp-vue/src/views/video/device/component/flv.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtsp-vue/src/views/video/device/component/flv.vue b/rtsp-vue/src/views/video/device/component/flv.vue index 1b8ae8f..152da8f 100644 --- a/rtsp-vue/src/views/video/device/component/flv.vue +++ b/rtsp-vue/src/views/video/device/component/flv.vue @@ -69,7 +69,7 @@ const getDetails = async (deviceId) => { const res = await getDevice(deviceId); tableData.value = res.data; // 使用当前访问的域名和端口,通过Nginx代理访问视频流 - playUrl.value = `${window.location.origin}/live?url=${tableData.value.url}`; + playUrl.value = `http://49.232.154.205:10083/live?url=${tableData.value.url}`; handlePlay(); }