Search found 7 matches

by CocodriloDundee
Tue May 14, 2024 8:47 pm
Forum: ZoneMinder 1.34.x
Topic: How do I enable FFMPEG cuda acceleration?
Replies: 11
Views: 5298

Re: How do I enable FFMPEG cuda acceleration?

First, if using 1.36, you should post there. Well that is my mistake by using the upper right search box instead of the search box inside the 1.36 section. But having said that, wondering if there is any point in duplicating post entries when the issues are the same? Should I start a new thread in ...
by CocodriloDundee
Tue May 14, 2024 3:16 pm
Forum: ZoneMinder 1.34.x
Topic: How do I enable FFMPEG cuda acceleration?
Replies: 11
Views: 5298

Re: How do I enable FFMPEG cuda acceleration?

From what I know, and I wish the good God send a soul to correct me, zoneminder does not use the operative system ffmpeg binary; so that option PATH_FFMPEG in the options>images is not being used at all. At least in the version v1.36.26, I even pointed that path to a bash script that writes some str...
by CocodriloDundee
Sun Aug 06, 2023 3:02 am
Forum: ZoneMinder 1.34.x
Topic: Decoder hevc hwConfig doesn't match our type: cuda
Replies: 7
Views: 9444

Re: Decoder hevc hwConfig doesn't match our type: cuda

/Update 2 Last try for today, I should forget about the DecoderHWAccelName I guess. Trying the encoding features do not either work, I might be doing something really wrong I guess In storage tab I have: - Save JPEGs: Frames only - Video Writer: encode, h265/hevc, hevc_nvenc In logs I have this erro...
by CocodriloDundee
Sun Aug 06, 2023 2:04 am
Forum: ZoneMinder 1.34.x
Topic: Decoder hevc hwConfig doesn't match our type: cuda
Replies: 7
Views: 9444

Re: Decoder hevc hwConfig doesn't match our type: cuda

/Update I tried forcing the "LD_LIBRARY_PATH" inside zoneminder start script "/usr/bin/zmpkg.pl" as that env variable was mentioned here https://wiki.zoneminder.com/Ffmpeg , but that did not work :cry: $ sudo nano /usr/bin/zmpkg.pl ... # Detaint our environment $ENV{PATH} = '/bin...
by CocodriloDundee
Sat Aug 05, 2023 7:58 pm
Forum: ZoneMinder 1.34.x
Topic: Decoder hevc hwConfig doesn't match our type: cuda
Replies: 7
Views: 9444

Re: Decoder hevc hwConfig doesn't match our type: cuda

Well, me again.. sad to say I have installed 1.36.26, installed cuda, compile ffmpeg with cuda support, played with new encoding options of zoneminder but still I haven't get the cuda working. - I created a new file "/etc/zm/conf.d/03-ffmpeg.con" pointing to ZM_PATH_FFMPEG="/usr/local...
by CocodriloDundee
Tue Aug 01, 2023 7:57 pm
Forum: ZoneMinder 1.34.x
Topic: Decoder hevc hwConfig doesn't match our type: cuda
Replies: 7
Views: 9444

Re: Decoder hevc hwConfig doesn't match our type: cuda

Nobody with ideas? :cry: I have written a bash wrapper for the ffmpeg binary to look for the arguments zoneminder uses, and configured in Zoneminder options the PATH_FFMPEG="/usr/local/bin/ffmpeg_wrapper.sh" to point to that wrapper scritpt. However It seems that zoneminder does not use th...
by CocodriloDundee
Mon Jul 31, 2023 12:54 am
Forum: ZoneMinder 1.34.x
Topic: Decoder hevc hwConfig doesn't match our type: cuda
Replies: 7
Views: 9444

Decoder hevc hwConfig doesn't match our type: cuda

Hi everybody, After several days of trying I cannot get the cuda hardware acceleration working, so I hope anybody can help me with this. Currently I am having the error : [decoder hevc hwConfig doesn't match our type: cuda != vaapi, pix_fmt vaapi_vld.] [decoder hevc hwConfig doesn't match our type: ...