| | |
| | | // 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', |
| | |
| | | // You can apply on the AMap website. |
| | | amapKey: '5221d3ca929a7bf59c301be186c03791', |
| | | amapSearchKey: '6c3ea75b215f0c0efcbcfdf13273991b', |
| | | }; |
| | | } |