| 12345678910111213141516171819202122232425262728293031 |
- export const CURRENT_CONFIG = {
- // 验证配置
- appId: '146815',
- appKey: '7c9e9108f2ddcbab32d2b508f452151',
- appLicense: 'ZK7Dzih4Qc9JCZhDiyDsWJwTW+1rhnnzT1SqDxbdSPVV24bbDC4r1KNjXo7tIPBnPne7ipnXeefP0lJ0OHvxMpkKiag5lFCIndKSvYYdQkyScT3dahCXjmYsd0YyWyHj4tvXoR2DRVq1PdBHLB1iUo2FGLCIZ8QHbGyqglyGdHY=',
- // 网络请求
- baseURL: '/api',
- apiURL: 'http://192.168.3.42:6789',
- websocketURL: 'ws://192.168.3.42:6789/api/v1/ws',
- // 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: 'Please enter the rtmp access address.', // 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: 'Please enter the server ip.',
- gbServerPort: 'Please enter the server port.',
- gbServerId: 'Please enter the server id.',
- gbAgentId: 'Please enter the agent id',
- gbPassword: 'Please enter the agent password',
- gbAgentPort: 'Please enter the local port.',
- gbAgentChannel: 'Please enter the channel.',
- // RTSP
- rtspUserName: 'Please enter the username.',
- rtspPassword: 'Please enter the password.',
- rtspPort: '8554',
- // Agora
- agoraAPPID: 'Please enter the agora app id.',
- agoraToken: 'Please enter the agora temporary token.',
- agoraChannel: 'Please enter the agora channel.',
- // 高德地图
- amapKey: '9ccf8815eb701c6aab8cd63e739df0fa',
- }
|