Can't load nvenc plugins

Nirbheek Chauhan nirbheek.chauhan at gmail.com
Wed Jun 15 09:54:13 UTC 2022


Hi,

Try setting GST_DEBUG=nv*:6 to see what's happening. Most likely some
cuvid etc initialization fails when that is happening, perhaps due to
some quirks in how nvcodec works.

Cheers,
Nirbheek


On Tue, Jun 14, 2022 at 4:15 PM Miguel Leão via gstreamer-devel
<gstreamer-devel at lists.freedesktop.org> wrote:
>
> Hello,
>
> I am facing a weird problem with the nvcodec elements, mainly the nvh265enc and nvh264enc plugins. I can run several pipelines simultaneously in the terminal using those elements and everything runs properly. But when I run a piece of cpp software that uses these elements I am no longer able to use them in the terminal.
> When I try to inspect the element, example:
> gst-inspect-1.0 nvh264enc
> I have the following error:
> element plugin couldn't be loaded
> No such element or plugin 'nvh264enc'
>
> Does anyone have any idea what may be causing this behavior?
>
> Thanks in advance,
> Miguel


More information about the gstreamer-devel mailing list