Hi,
It seems like the Hardware acceleration does not work on Windows. There aren't really any entries in the log file that it fails, but I can see in the Windows Task Manager and the Process Explorer that the GPU is not used by the process (and CPU usage is relatively high). Here are the entries from the log:
2026/01/16 12:03:56.928083 [Cam1] ffmpeg options: buffer_size=1048576 fflags=+nobuffer+discardcorrupt+genpts flags=+low_delay max_delay=500000 probesize=5000000 reorder_queue_size=0 rtsp_flags=prefer_tcp rtsp_transport=tcp stimeout=5000000 use_wallclock_as_timestamps=1
2026/01/16 12:03:57.846615 [Cam1] ffmpeg video options: err_detect=careful flags2=+showall hwaccel=nvdec skip_frame=default
2026/01/16 12:03:57.890292 scaler ready: 1920x1080 yuvj420p -> BGRA
I also tried setting the FFmpeg params to -chwaccel=qsv -chwaccel_output_format=qsv or -chwaccel=cuda -chwaccel_output_format=cuda, but that didn't change anything.
Thanks for looking into this!
Hi,
It seems like the Hardware acceleration does not work on Windows. There aren't really any entries in the log file that it fails, but I can see in the Windows Task Manager and the Process Explorer that the GPU is not used by the process (and CPU usage is relatively high). Here are the entries from the log:
I also tried setting the FFmpeg params to
-chwaccel=qsv -chwaccel_output_format=qsvor-chwaccel=cuda -chwaccel_output_format=cuda, but that didn't change anything.Thanks for looking into this!