fix: RTSP Connection Issues
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 11s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m56s
Build Worker Base and Application Images / deploy-stack (push) Successful in 10s

This commit is contained in:
ziesorx 2025-09-25 03:12:27 +07:00
parent f467cb005d
commit 2f3c2b08cb
2 changed files with 43 additions and 13 deletions

View file

@ -2,6 +2,8 @@
"poll_interval_ms": 100,
"max_streams": 20,
"target_fps": 2,
"reconnect_interval_sec": 5,
"max_retries": -1
"reconnect_interval_sec": 10,
"max_retries": -1,
"rtsp_buffer_size": 3,
"rtsp_tcp_transport": true
}