forked from drone/command-center-dashboard

shuishen
2025-04-02 e14358f85a7d32a753225f253ff223d17cf36c25
src/utils/http/config.js
@@ -18,7 +18,10 @@
  // 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://www.yb.zhbhd.top:30005/uav/', // Example: 'rtmp://192.168.1.1/live/'
  rtmpURL: import.meta.env.VITE_APP_ENV === 'production'?'rtmp://101.132.85.201/live/':'rtmp://139.196.74.78/live/',
   rtmpURL:
      import.meta.env.VITE_APP_ENV === 'production'
         ? 'rtmp://101.132.85.201/live/'
         : 'rtmp://139.196.74.78/live/',
  rtmpURL2: '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',
@@ -49,4 +52,4 @@
  // You can apply on the AMap website.
  amapKey: '5221d3ca929a7bf59c301be186c03791',
  amapSearchKey: '6c3ea75b215f0c0efcbcfdf13273991b',
};
}