Search found 11 matches

by jarlel
Thu Aug 05, 2021 4:36 pm
Forum: ZoneMinder 1.36.x
Topic: Cuda hardware acceleration
Replies: 1
Views: 989

Cuda hardware acceleration

Hi, does the hardware acceleration work on 1.36.5?

I have Ubuntu 20.04 installed on a machine with a Quadro K4100M card, driver version 390.144. How can I enable hardware acceleration?
ffmpeg reports cuda-support:

Hardware acceleration methods:
vdpau
cuda
vaapi
drm
opencl
cuvid
by jarlel
Wed Aug 04, 2021 7:32 am
Forum: ZoneMinder 1.36.x
Topic: Failed to create hwdevice_ctx
Replies: 2
Views: 2125

Re: Failed to create hwdevice_ctx

Thanks, I haven't enabled that, but will check it.
by jarlel
Tue Aug 03, 2021 10:35 am
Forum: ZoneMinder 1.36.x
Topic: Failed to create hwdevice_ctx
Replies: 2
Views: 2125

Failed to create hwdevice_ctx

Hi all, I have a fresh install of 1.36.5. In the logs I see the error message "Failed to create hwdevice_ctx" for all the cameras.

Ubuntu 20.04, Intel machine.

Is there something basic I have missed? Any tips?

Thanks :-)
by jarlel
Wed Oct 09, 2013 9:16 am
Forum: ZoneMinder 1.26.x
Topic: mpeg streaming failure - see log inside
Replies: 2
Views: 1884

Re: mpeg streaming failure - see log inside

Try correcting the /etc/apache2/sites-enabled/000-default file (or whatever configfile you use for apache).

Change:

ScriptAlias /cgi-bin/ "/var/www/zm/cgi-bin"

to:

ScriptAlias /cgi-bin "/var/www/zm/cgi-bin"
by jarlel
Tue Oct 08, 2013 4:21 pm
Forum: ZoneMinder 1.26.x
Topic: Now hear this: Please test 1.26-beta.3!
Replies: 22
Views: 11295

Re: Now hear this: Please test 1.26-beta.3!

It was there, the line was:

./configure --prefix=/usr/local/zm --enable-debug=no --enable-crashtrace=no --enable-mmap=yes --with-libarch=lib64 --with-mysql=/usr/bin --with-ffmpeg=/root/bin --with-webdir=/var/www/zm --with-cgidir=/var/www/zm/cgi-bin --with-webuser=www-data --with-webgroup=www-data
by jarlel
Tue Oct 08, 2013 2:26 pm
Forum: ZoneMinder 1.26.x
Topic: Now hear this: Please test 1.26-beta.3!
Replies: 22
Views: 11295

Re: Now hear this: Please test 1.26-beta.3!

Yes, it has...
by jarlel
Tue Oct 08, 2013 1:46 pm
Forum: ZoneMinder 1.26.x
Topic: Now hear this: Please test 1.26-beta.3!
Replies: 22
Views: 11295

Re: Now hear this: Please test 1.26-beta.3!

Hi, thanks windracer. I managed to get everything to compile, but have an issue where ZM doesn't "see/find" ffmpeg. It says: "You must have ffmpeg libraries installed to use ffmpeg cameras for monitor 1" When I run "which ffmpeg" I get /root/bin/ffmpeg. It has enough ri...
by jarlel
Tue Oct 08, 2013 7:11 am
Forum: ZoneMinder 1.26.x
Topic: Updated build instructions for Ubuntu Server 12.04.3
Replies: 3
Views: 2776

Re: Updated build instructions for Ubuntu Server 12.04.3

Thanks, codabiz.

Did you manage to install it with ffmpeg + h.264? Do you have a step by step guide for doing this?

Thanks.
by jarlel
Thu Oct 03, 2013 9:00 am
Forum: ZoneMinder 1.26.x
Topic: Now hear this: Please test 1.26-beta.3!
Replies: 22
Views: 11295

Re: Now hear this: Please test 1.26-beta.3!

windracer, how did you fix the outdated libavcodec issue? I have the same problem related to avcodec_encode_video2.. Thanks. Ok, I managed to compile 1.26b3. It was indeed some outdated libavcodec libraries that was causing my error. After getting all of that cleaned up, the compile finished and I w...
by jarlel
Thu Oct 03, 2013 8:52 am
Forum: ZoneMinder 1.26.x
Topic: During 'Make':undefined reference to `avcodec_encode_video2'
Replies: 1
Views: 1768

During 'Make':undefined reference to `avcodec_encode_video2'

Hi, I'm trying to build ZM but get an issue with undefined reference to `avcodec_encode_video2'.

It seems to be related to the libavcodec version. I see somewhere that `avcodec_encode_video2' is only available in libavcodec54.

Does anybody know how to solve this?

Cheers,
Jarle
by jarlel
Thu Oct 03, 2013 7:41 am
Forum: ZoneMinder 1.26.x
Topic: Updated build instructions for Ubuntu Server 12.04.3
Replies: 3
Views: 2776

Updated build instructions for Ubuntu Server 12.04.3

Hi!

Where can I find updated build instructions for Ubuntu Server 64 bit, version 12.04.3 LTS?
I am looking to install ZM with ffmpeg and x.264.

Have anybode done this sucessfully?

Thanks in advance for any tips!