safesight/agent/agent_cam1.config.json
sladro 2a562514bc
Some checks are pending
CI / host-build (push) Waiting to run
CI / rk3588-cross-build (push) Waiting to run
修改agent功能,加入重启,准备测试
2026-01-10 11:06:39 +08:00

30 lines
918 B
JSON

{
"agent": {
"listen": "0.0.0.0:9100",
"token": "CHANGE_ME",
"require_token_for_read": false,
"discovery_enable": true,
"discovery_port": 35688,
"device_name": "cam1_strict_minio_alarm",
"device_id_path": "./device_id",
"models_dir": "./models",
"max_upload_mb": 200,
"config_path": "./test_cam1_strict_minio_alarm_rtsp_server.json",
"media_server_process": {
"enable": true,
"exec_path": "/home/orangepi/Desktop/OrangePi3588Media/build/media-server",
"work_dir": "/home/orangepi/Desktop/OrangePi3588Media",
"configs_dir": "/home/orangepi/Desktop/OrangePi3588Media/configs",
"pid_file": "/var/run/rk3588sys-media-server.pid",
"graceful_timeout_ms": 5000
},
"media_server_base_url": "http://127.0.0.1:9000",
"media_server_timeout_ms": 3000,
"media_server_retry": { "max_attempts": 3, "backoff_ms": [200, 500] }
}
}