<div dir="ltr">Hi  Miguel,<br><div><br></div>> But when I run a piece of cpp software that uses these elements I am no longer able to use them in the terminal.<div><br></div>There is a restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs - <a href="https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new">https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new</a><div>Perhaps this information will be useful for you.<br><div><br></div><div>Thanks,</div><div>Ilya</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 15, 2022 at 2:00 PM Nirbheek Chauhan via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Try setting GST_DEBUG=nv*:6 to see what's happening. Most likely some<br>
cuvid etc initialization fails when that is happening, perhaps due to<br>
some quirks in how nvcodec works.<br>
<br>
Cheers,<br>
Nirbheek<br>
<br>
<br>
On Tue, Jun 14, 2022 at 4:15 PM Miguel Leão via gstreamer-devel<br>
<<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>> wrote:<br>
><br>
> Hello,<br>
><br>
> 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.<br>
> When I try to inspect the element, example:<br>
> gst-inspect-1.0 nvh264enc<br>
> I have the following error:<br>
> element plugin couldn't be loaded<br>
> No such element or plugin 'nvh264enc'<br>
><br>
> Does anyone have any idea what may be causing this behavior?<br>
><br>
> Thanks in advance,<br>
> Miguel<br>
</blockquote></div>