Merge branch 'dev'
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 10s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m43s
Build Worker Base and Application Images / deploy-stack (push) Successful in 20s

This commit is contained in:
ziesorx 2025-09-30 12:21:14 +07:00
commit 46c3fa060c

View file

@ -116,7 +116,7 @@ class FFmpegRTSPReader(VideoReader):
'-hwaccel', 'cuda',
'-hwaccel_device', '0',
# Real-time input flags
'-fflags', 'nobuffer+genpts+discardcorrupt',
'-fflags', 'nobuffer+genpts',
'-flags', 'low_delay',
'-max_delay', '0', # No reordering delay
# RTSP configuration