|
|
@@ -5,23 +5,23 @@ export const CURRENT_CONFIG = {
|
|
|
appLicense: 'ZK7Dzih4Qc9JCZhDiyDsWJwTW+1rhnnzT1SqDxbdSPVV24bbDC4r1KNjXo7tIPBnPne7ipnXeefP0lJ0OHvxMpkKiag5lFCIndKSvYYdQkyScT3dahCXjmYsd0YyWyHj4tvXoR2DRVq1PdBHLB1iUo2FGLCIZ8QHbGyqglyGdHY=',
|
|
|
// 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/'
|
|
|
+ rtmpURL: 'rtmp://203.156.230.22:19350/rlive/stream_27?sign=nwo03DJb', // 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.',
|
|
|
+ /*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.',
|
|
|
+ gbAgentChannel: 'Please enter the channel.',*/
|
|
|
// RTSP
|
|
|
- rtspUserName: 'Please enter the username.',
|
|
|
+ /*rtspUserName: 'Please enter the username.',
|
|
|
rtspPassword: 'Please enter the password.',
|
|
|
- rtspPort: '8554',
|
|
|
+ rtspPort: '8554',*/
|
|
|
// Agora
|
|
|
- agoraAPPID: 'Please enter the agora app id.',
|
|
|
+ /*agoraAPPID: 'Please enter the agora app id.',
|
|
|
agoraToken: 'Please enter the agora temporary token.',
|
|
|
- agoraChannel: 'Please enter the agora channel.',
|
|
|
+ agoraChannel: 'Please enter the agora channel.',*/
|
|
|
// 高德地图
|
|
|
amapKey: '9ccf8815eb701c6aab8cd63e739df0fa',
|
|
|
}
|