2023-10-01, 01:30 AM
I just finished setting up GPU acceleration today and ran into the exact same issue you've described here. In the end I just skipped over the
I don't really know much about how the hardware acceleration stuff works, but if you've been having trouble getting it working, perhaps it's possible that the
ldconfig
step and everything seemed to work fine without it.I don't really know much about how the hardware acceleration stuff works, but if you've been having trouble getting it working, perhaps it's possible that the
ldconfig
issue is unrelated? In my case it took me a while to realize you need to run nvidia-smi
on the host in order to verify that hardware acceleration is working. Running nvidia-smi
from inside the container does not show any processes even when transcoding is happening.