Search found 2 matches
- Mon Apr 20, 2020 4:29 am
- Forum: ZoneMinder 1.34.x
- Topic: 1.34.3 zmc broken with nvidia cuda
- Replies: 17
- Views: 21390
Re: 1.34.3 zmc broken with nvidia cuda
Finally I got it working, but on Ubuntu 19.10. Install Ubuntu 19.10, rebuild ffmpeg with cuda support: ./configure --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --prefix=/usr --disable-static --enable-shared --enable-cuda-nvcc --enable-cuvid --enable-nvenc --enable ...
- Thu Apr 16, 2020 9:11 am
- Forum: ZoneMinder 1.34.x
- Topic: 1.34.3 zmc broken with nvidia cuda
- Replies: 17
- Views: 21390
Re: 1.34.3 zmc broken with nvidia cuda
Hi llia_SB, I have exact same problem. I built the ffmpeg and it supports cuda, cuvid already, but I do not know how to tell zmc to link to that libraries instead of the libav*.so.57 and libavcodec.so.55. May you tell me how to do these steps in details. Now, apt remove ffmpeg, build latest ffmpeg ...