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.
|
}
|