32 lines
1000 B
JSON
32 lines
1000 B
JSON
{
|
|
"name": "local_3588_test",
|
|
"description": "Local RK3588 test profile used during workshop face and shoe alarm validation.",
|
|
"queue": {
|
|
"size": 8,
|
|
"strategy": "drop_oldest"
|
|
},
|
|
"instances": [
|
|
{
|
|
"name": "cam1",
|
|
"template": "workshop_face_shoe_alarm",
|
|
"params": {
|
|
"display_name": "视觉识别终端-A厂区",
|
|
"device_code": "rk3588-a-001",
|
|
"site_name": "A厂区",
|
|
"rtsp_url": "rtsp://10.0.0.49:8554/cam",
|
|
"publish_hls_path": "./web/hls/cam1/index.m3u8",
|
|
"publish_rtsp_port": 8555,
|
|
"publish_rtsp_path": "/live/cam1",
|
|
"channel_no": "cam1",
|
|
"minio_endpoint": "http://10.0.0.49:9000",
|
|
"minio_bucket": "myminio",
|
|
"minio_access_key": "admin",
|
|
"minio_secret_key": "password",
|
|
"external_get_token_url": "http://10.0.0.49:8080/api/getToken",
|
|
"external_put_message_url": "http://10.0.0.49:8080/api/putMessage",
|
|
"tenant_code": "32"
|
|
}
|
|
}
|
|
]
|
|
}
|