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

44 lines
1.4 KiB
JSON

{
"host": "0.0.0.0",
"adminPort": 10001,
"mediaHttpPort": 10002,
"mediaRtspPort": 10554,
"mediaRtmpPort": 10935,
"isEnableMediaProxyRtmp": true,
"mediaStartPath": "zlm\\bin.x86.windows10\\monitor_zlm.exe",
"mediaStartConfigPath": "zlm\\bin.x86.windows10\\config.ini",
"autoStartMedia": true,
"ffmpeg": "D:\\00_Workspace\\python\\video_monitor\\.venv\\Lib\\site-packages\\imageio_ffmpeg\\binaries\\ffmpeg-win-x86_64-v7.1.exe",
"fontPath": "static\\fonts\\tsimhei.ttf",
"uploadDir": "static\\upload",
"storageDir": "static\\storage",
"autoAddStreamProxySleep": 16,
"autoAddStreamProxy": true,
"logDebug": true,
"isEnableLoginCaptcha": false,
"isEnableUpdatePopup": false,
"telemetryEnabled": false,
"updateCheckEnabled": false,
"analysisTargetFps": 5,
"analysisConfThreshold": 0.4,
"analysisProcessMode": 1,
"analysisSharedInference": true,
"analysisInferenceWorkers": 1,
"recordingEnabled": true,
"recordingSegmentSeconds": 600,
"recordingRetainDays": 7,
"recordingRetainGb": 0.0,
"sipServer": {
"sipServerIp": "192.168.1.60",
"sipServerPort": 15060,
"sipTransferMode": 0,
"sipServerId": "34020000002000000001",
"sipServerRealm": "3402000000",
"sipServerTimeout": 300,
"sipServerExpiry": 1800,
"rtpTransferMode": 0,
"rtpTransferAudioType": 0,
"autoInviteAfterRecCateLog": true
}
}