Replies: 1 comment
-
I appreciate its not a sanctioned way to do it but I achieved HVEC decoding of the incoming stream by patching /usr/local/bin/ffmpeg inside the container |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a rtsp feed from a ezviz camera and its HEVC from the camera.
when I used only CPU encoding, my cpu was about 14%
I configured VAAPI and selected the h264 vaapi encoder and now cpu usage drops to about 7%
does this mean the first step of decoding from HVEC is still being done on the cpu?
Beta Was this translation helpful? Give feedback.
All reactions