chore: bring back cuda
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 6s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 3m21s
Build Worker Base and Application Images / deploy-stack (push) Successful in 15s

This commit is contained in:
ziesorx 2025-10-20 17:05:20 +07:00
parent d102f1c4de
commit 10c54bc6e0

View file

@ -113,8 +113,8 @@ class FFmpegRTSPReader(VideoReader):
cmd = [
'ffmpeg',
# DO NOT REMOVE
# '-hwaccel', 'cuda',
# '-hwaccel_device', '0',
'-hwaccel', 'cuda',
'-hwaccel_device', '0',
# Real-time input flags
'-fflags', 'nobuffer+genpts',
'-flags', 'low_delay',