how to nvenc/nvdec build 1.18

Yu You youyu.youyu at gmail.com
Tue Sep 14 09:20:10 UTC 2021


assuming your CUDA is installed under /usr/local/cuda (a symbolic link to
your real CUDA version, e.g. CUDA 10/11),
what I did (with older SDK version):
sudo cp ./Video_Codec_SDK_11.0.10/Interface/* /usr/local/cuda/include
sudo cp ./Video_Codec_SDK_11.0.10/Lib/x64/* /usr/local/cuda/lib64/stubs

I did not have errors as you encountered, so not much help on that.

Regards,

Yu


On Mon, 13 Sept 2021 at 16:38, Marc <Marc at f1-outsourcing.eu> wrote:

>
>
> >
> > Also, you may consider installing NVidia Video SDK 11 before running the
> > gst-build to unitize the full power of the latest NVidia Video SDK.
> >
>
> Hmmm there is not much installing with Video_Codec_SDK_11.1.5.zip. I
> assume this is just a
>
> cp Video_Codec_SDK_11.1.5/Lib/linux/stubs/x86_64/*.so /usr/local/lib64/
> cp /tmp/Video_Codec_SDK_11.1.5/Interface/*.h /usr/local/include/
>
> I also installed a driver like this (building docker image)
>
> ./nvidia-installer --accept-license --skip-module-unload --silent
> --no-backup --no-kernel-module \
>     --no-x-check --no-nouveau-check --no-distro-scripts --no-wine-files
> --no-unified-memory --no-drm \
>     --skip-depmod --no-systemd
>
> But running gst-inpspect gives this error:
>
> nvenc gstnvenc.c:919:gst_nvenc_load_library: Could not query max supported
> api version, ret 1
>
> On this docker test server I do not have a nvidia card, so I am not sure
> if the error is related to that. Here on my local environment I have an old
> GK104/GeForce GTX 760. That only supports cuda. Is this supported by this
> install? Or should I build some other drivers for the cuda?
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210914/e87b68c5/attachment-0001.htm>


More information about the gstreamer-devel mailing list