修改测试配置
Some checks are pending
CI / host-build (push) Waiting to run
CI / rk3588-cross-build (push) Waiting to run

This commit is contained in:
sladro 2026-01-05 14:55:02 +08:00
parent e2436bb6b0
commit 1f53476df0

View File

@ -9,7 +9,7 @@
"type": "input_rtsp",
"role": "source",
"enable": true,
"url": "rtsp://10.0.0.9:8554/cam",
"url": "rtsp://10.0.0.5:8554/cam",
"fps": 25,
"width": 1920,
"height": 1080,
@ -87,7 +87,7 @@
"quality": 85,
"upload": {
"type": "minio",
"endpoint": "http://10.0.0.9:9000",
"endpoint": "http://10.0.0.5:9000",
"bucket": "test",
"region": "us-east-1",
"access_key": "minioadmin",
@ -102,7 +102,7 @@
"fps": 25,
"upload": {
"type": "minio",
"endpoint": "http://10.0.0.9:9000",
"endpoint": "http://10.0.0.5:9000",
"bucket": "test",
"region": "us-east-1",
"access_key": "minioadmin",