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
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:
commit
46c3fa060c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue