sean.zhou
2022-03-25 b944fff7414cd5d9b274ffcaf0b010ad9be965e1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export const CURRENT_CONFIG = {
 
  baseURL: 'Please enter the backend access address prefix.', // This url must end with "/". Example: 'http://192.168.1.1:6789/'
  websocketURL: 'Please enter the WebSocket access address.',  // Example: 'ws://192.168.1.1:6789/api/v1/ws'
 
  rtmpURL: 'Please enter the rtmp access address.',  // Example: 'rtmp://192.168.1.1/live/'
  gb28181Para:
    'serverIP=Please enter the server ip.&serverPort=Please enter the server port.&serverID=Please enter the server id.' + 
    '&agentID=Please enter the agent id.&agentPassword=Please enter the agent password' + 
    '&localPort=Please enter the local port.&channel=Please enter the channel.',
  rtspPara: 'userName=Please enter the username.&password=Please enter the password&port=Please enter the port.',
  amapKey: 'Please enter the amap key.',
  agoraAPPID: 'Please enter the agora app id.',
  agoraToken: 'Please enter the agora token.',
  agoraChannel: 'Please enter the agora channel.',
 
  appId: 'Please enter the app id.',  // You need to go to the development website to apply.
  appKey: 'Please enter the app key.',  // You need to go to the development website to apply.
  appLicense: 'Please enter the app license.' // You need to go to the development website to apply.
}