fix: update ffmpeg flags to improve frame handling
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 7s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m46s
Build Worker Base and Application Images / deploy-stack (push) Successful in 14s
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 7s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m46s
Build Worker Base and Application Images / deploy-stack (push) Successful in 14s
This commit is contained in:
parent
31bc91d57b
commit
fed71046a9
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class FFmpegRTSPReader(VideoReader):
|
||||||
'-hwaccel', 'cuda',
|
'-hwaccel', 'cuda',
|
||||||
'-hwaccel_device', '0',
|
'-hwaccel_device', '0',
|
||||||
# Real-time input flags
|
# Real-time input flags
|
||||||
'-fflags', 'nobuffer+genpts+discardcorrupt',
|
'-fflags', 'nobuffer+genpts',
|
||||||
'-flags', 'low_delay',
|
'-flags', 'low_delay',
|
||||||
'-max_delay', '0', # No reordering delay
|
'-max_delay', '0', # No reordering delay
|
||||||
# RTSP configuration
|
# RTSP configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue