Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Buster-BPO: NVIDIA drivers missing libnvidia-encode1

User discussion about Debian Development, Debian Project News and Announcements. Not for support questions.
Post Reply
Message
Author
ninja_turtle9999
Posts: 2
Joined: 2021-08-24 05:14

Buster-BPO: NVIDIA drivers missing libnvidia-encode1

#1 Post by ninja_turtle9999 »

System Info:
Linux DEB-MS7B98-J816387404 5.10.0-0.bpo.8-amd64 #1 SMP Debian 5.10.46-2~bpo10+1 (2021-07-22) x86_64 GNU/Linux
NVIDIA-SMI 460.73.01 Driver Version: 460.73.01 CUDA Version: 11.2
Issue:

Trying to use nvenc and nvdec from NVIDIA VIDEO CODEC SDK for gstreamer (gst-plugins-bad)
gst-inspect is able to show "nvdec" elements and properties. However, "nvenc" seems missing.

I get nothing if I do

Code: Select all

ldconfig -p | grep encode
Then I installed
libnvidia-encode1=460.73.01-1~bpo10+1
additionally and I got

Code: Select all

root@DEB-MS7B98-J816387404:~# ldconfig -p | grep encode
	libnvidia-encode.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvidia-encode.so.1
gst-inspect was now able to show nvenc elements and properties.
Shouldn't the "libnvidia-encode1" library be included along with backported nvidia drivers?

Any help would be appreciated, thanks!

Post Reply