From 1ef360a14efab8a1defa1dfdc13bb5af64a9d621 Mon Sep 17 00:00:00 2001 From: husq <931347610@qq.com> Date: Mon, 18 Sep 2023 17:02:51 +0800 Subject: [PATCH] 飞行指令打开 --- src/api/http/config.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/http/config.ts b/src/api/http/config.ts index fd13d56..b4a9d25 100644 --- a/src/api/http/config.ts +++ b/src/api/http/config.ts @@ -16,7 +16,7 @@ // livestreaming // RTMP Note: This IP is the address of the streaming server. If you want to see livestream on web page, you need to convert the RTMP stream to WebRTC stream. - rtmpURL: 'rtmp://171.34.76.175:735/uav/', // Example: 'rtmp://192.168.1.1/live/' + rtmpURL: 'rtmp://www.ainfo.top:735/uav/', // Example: 'rtmp://192.168.1.1/live/' // GB28181 Note:If you don't know what these parameters mean, you can go to Pilot2 and select the GB28181 page in the cloud platform. Where the parameters same as these parameters. // gbServerIp: '171.34.76.175', // gbServerPort: '15060', -- Gitblit v1.9.3