Support -hwaccel vaapi for netcam_decoder #1372
Replies: 3 comments 9 replies
-
Please upgrade to the current master branch. The parameter now takes the value of |
Beta Was this translation helpful? Give feedback.
-
Oh thanks I will, So just to confirm I there an updated documentation which I have missed? |
Beta Was this translation helpful? Give feedback.
-
With
Does this mean my camera does not support hw accelerated decoder? I can confirm that ffmpeg/vaapi is working for encoding the videos using movie_extpipe. |
Beta Was this translation helpful? Give feedback.
-
netcam_decoder currently expects a ffmpeg decoder like h264_vaapi, but it will not work as h264_vaapi is an encoder and the correct way to use the hardware accelerated decoder for a vaapi device according to FFMPEG is,
-hwaccel vaapi -hwaccel_device /dev/dri/renderD128
So netcam_decoder should support a string like,
netcam_decoder -hwaccel vaapi -hwaccel_device /dev/dri/renderD128
But currently it just seems to be only supporting and therefore hw acclerated decoding is not possible for <gen8+ intel
netcam_decoder codec
Beta Was this translation helpful? Give feedback.
All reactions