video_monitor/deploy/windows/default-config.json
2026-09-04 18:16:14 +08:00

33 lines
877 B
JSON

{
"host": "127.0.0.1",
"adminPort": 10001,
"logDebug": false,
"isEnableLoginCaptcha": true,
"isEnableUpdatePopup": false,
"telemetryEnabled": false,
"updateCheckEnabled": false,
"autoAddStreamProxy": true,
"autoAddStreamProxySleep": 15,
"fontPath": "static/fonts/tsimhei.ttf",
"uploadDir": "static/upload",
"storageDir": "static/storage",
"mediaHttpPort": 10002,
"mediaRtspPort": 10554,
"mediaRtmpPort": 10935,
"mediaStartConfigPath": "zlm-template.ini",
"autoStartMedia": true,
"analysisProcessMode": 1,
"analysisSharedInference": true,
"analysisInferenceWorkers": 1,
"analysisTargetFps": 5,
"recordingEnabled": false,
"sipServer": {
"sipServerIp": "127.0.0.1",
"sipServerPort": 15060,
"sipTransferMode": 0,
"sipServerId": "34020000002000000001",
"sipServerRealm": "3402000000",
"rtpTransferMode": 0
}
}