Search found 59 matches
- Fri Feb 15, 2019 6:16 pm
- Forum: ZoneMinder 1.32.x
- Topic: no valid mp4s created
- Replies: 16
- Views: 8380
Re: no valid mp4s created
I participated in this bug report as Ivan and upgraded mp4v2 with patch proposed. It didn't change situation.
- Fri Feb 15, 2019 4:21 pm
- Forum: ZoneMinder 1.32.x
- Topic: no valid mp4s created
- Replies: 16
- Views: 8380
Re: no valid mp4s created
I was thrilled as well when I've seen this
And all calls reported SUCCESS.

- Sat Feb 09, 2019 10:32 am
- Forum: ZoneMinder 1.32.x
- Topic: no valid mp4s created
- Replies: 16
- Views: 8380
Re: no valid mp4s created
@abi my freebsd install is out of date. I don't really have time to figure out how to get a dev install setup. Can you give a quick howto (for an advanced user :) ). To go from base install to zm installed? Then I will get to the bottom of it. Hello, @iconnor. Thanks you wish to pick this up! I thi...
- Wed Jan 09, 2019 6:42 am
- Forum: ZoneMinder 1.32.x
- Topic: no valid mp4s created
- Replies: 16
- Views: 8380
Re: no valid mp4s created
X264 encode camera mode doesn't work in ZM under FreeBSD. All commands succeed, but resulting mp4 containers are empty (they have correct header, but no track). I can't solve this without ZM devs as the issue is definitely in C code. This is not a regression, X264 encode was broken from the beginnin...
- Mon Nov 19, 2018 6:45 am
- Forum: ZoneMinder 1.32.x
- Topic: api and nginx
- Replies: 7
- Views: 3116
Re: api and nginx
Not to be dense, but I'll be dense... Is this the entirety of the /etc/nginix/nginx.conf or is this an include conf in the .../sites-enabled/ ? Include it was. Here is my nginx.conf user www; worker_processes 1; error_log /var/log/nginx/error-default.log; pid /var/run/nginx.pid; events { worker_con...
- Sun Nov 18, 2018 10:26 pm
- Forum: ZoneMinder Distributions
- Topic: ZM on FreeBSD
- Replies: 56
- Views: 55215
Re: ZM on FreeBSD
I was lazy to test it in time (surveillance software in controlled environment is hardly a suitable candidate for immediate upgrade) and no one poked me. But now it is done. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233289 I've tested the following: 1) h264 backend 2) web interface 3) zmNinj...
- Sun Nov 18, 2018 10:20 pm
- Forum: ZoneMinder 1.32.x
- Topic: api and nginx
- Replies: 7
- Views: 3116
Re: api and nginx
@api Full config (ZM web interface is fully operational with this one, only api throws errors): Do you mind sharing how you got ZM to work on ngnix? I've yet to figure this one out. Here is nginx config for backend. ZMNinja works with this config. There are no gotchas at all, probably the only one ...
- Tue Nov 13, 2018 10:10 pm
- Forum: ZoneMinder 1.32.x
- Topic: api and nginx
- Replies: 7
- Views: 3116
Re: api and nginx
Maybe, I should rewrite to api/app/webroot/index.php ?
- Tue Nov 13, 2018 10:00 pm
- Forum: ZoneMinder 1.32.x
- Topic: api and nginx
- Replies: 7
- Views: 3116
api and nginx
Hello, can you give me tip how to setup api with nginx ? Warning (2): require_once(../../../includes/config.php): failed to open stream: No such file or directory [APP/Config/bootstrap.php, line 123] Fatal error: require_once() [function.require]: Failed opening required '../../../includes/config.ph...
- Sun May 28, 2017 8:53 pm
- Forum: ZoneMinder 1.30.x
- Topic: zoneminder api 1.30.3 broken on freebsd (solved)
- Replies: 8
- Views: 5232
Re: zoneminder api 1.30.3 broken on freebsd (solved)
Aha, dep is missing in the ZM port.
- Sun May 28, 2017 8:41 pm
- Forum: ZoneMinder Distributions
- Topic: ZM on FreeBSD
- Replies: 56
- Views: 55215
Re: ZM on FreeBSD
vendor_perl under FreeBSD is /usr/local/lib/perl5/site_perl
- Sat Mar 18, 2017 9:42 pm
- Forum: ZoneMinder Distributions
- Topic: ZM on FreeBSD
- Replies: 56
- Views: 55215
Re: ZM on FreeBSD
I disabled local code in default package because it left untested as I don't have any USB cameras. You need to compile ZM from ports with V4L knob on.(installed from pkg)
- Mon Nov 28, 2016 2:26 pm
- Forum: ZoneMinder 1.30.x
- Topic: ZM+FreeBSD11 cannot modify headers
- Replies: 2
- Views: 10018
Re: ZM+FreeBSD11 cannot modify headers
File a bug report.
This warning is the setcookie() output - it's prohibited to call it after headers was sent.
http://php.net/manual/en/function.setcookie.php
If output exists prior to calling this function, setcookie() will fail and return FALSE.
This warning is the setcookie() output - it's prohibited to call it after headers was sent.
http://php.net/manual/en/function.setcookie.php
If output exists prior to calling this function, setcookie() will fail and return FALSE.
- Sat Nov 26, 2016 12:49 pm
- Forum: ZoneMinder 1.30.x
- Topic: [H264] For time to time I find ZM partially stopped
- Replies: 1
- Views: 1312
Re: [H264] For time to time I find ZM partially stopped
BTW, attempt to restart ZM from this state means disaster - when zmdc.pl starts killing old processes, they are immediately restarted. I suspect killing code is unreliable, see ps output www 24965 0.0 0.1 84976 17104 0- SJ Wed22 1:47.17 /usr/local/bin/perl -wT /usr/local/bin/zmdc.pl startup my @daem...
- Sat Nov 26, 2016 12:43 pm
- Forum: ZoneMinder 1.30.x
- Topic: [H264] For time to time I find ZM partially stopped
- Replies: 1
- Views: 1312
[H264] For time to time I find ZM partially stopped
I made this topic before, however I decided to delete it as I thought I can figure out what is happening by myself. However,now I totally ran out of ideas. So, the problem is that sometime (say, 2 times per week) I found ZM in rather strange state. It runs, however for zmdc.pl, no sock file or pid e...