Search found 11 matches
- Mon Apr 11, 2022 4:28 pm
- Forum: ZoneMinder 1.33.x Development Branch
- Topic: [Solved] web_php and web_js claim ZMS socket does not exist
- Replies: 8
- Views: 36921
Re: [Solved] web_php and web_js claim ZMS socket does not exist
I’m getting these same errors, but from the zoneminder docker container v1.34.23. Anyone else? Video works sporadically, and use to work flawlessly.
- Sun Dec 27, 2020 6:27 pm
- Forum: Docker
- Topic: programatically loading zoneminder backup on startup
- Replies: 9
- Views: 22845
Re: programatically loading zoneminder backup on startup
dear classic american food item, Thanks for your reply. Zoneminder was the first thing I migrated to docker, and it seems in my initial troubleshooting I made some silly choices. Thanks for pointing out this obvious error. Zoneminder now loads the database at start, not sure why I commented that ...
- Sun Dec 27, 2020 4:57 pm
- Forum: Docker
- Topic: programatically loading zoneminder backup on startup
- Replies: 9
- Views: 22845
Re: programatically loading zoneminder backup on startup
Thanks I’ll give this a look
- Thu Dec 24, 2020 12:07 am
- Forum: Docker
- Topic: programatically loading zoneminder backup on startup
- Replies: 9
- Views: 22845
Re: programatically loading zoneminder backup on startup
Here is my compose yaml. There is also the commented out command line that I tried to use to load the backup. It always caused the container to crash. Sorry if this is a bit messy I’m on mobile. db: image: "mysql/mysql-server:5.7" environment: - TZ=${TZ} - MYSQL_USER=zmuser - MYSQL_PASSWORD=zmpass - ...
- Tue Dec 22, 2020 6:33 pm
- Forum: Docker
- Topic: programatically loading zoneminder backup on startup
- Replies: 9
- Views: 22845
Re: programatically loading zoneminder backup on startup
I’m using the quantumobject image. Should I be using the other? By backup I am talking about the Maria db database. My image will not load populate with the existing db, and I have to load a “backup” saved to var/backuos
- Thu Dec 10, 2020 4:59 pm
- Forum: Docker
- Topic: programatically loading zoneminder backup on startup
- Replies: 9
- Views: 22845
Re: programatically loading zoneminder backup on startup
I have docker volumes for everything. I load my backup from var/backups. Does your install just work aka just load the backup on startup without modification?
- Wed Dec 09, 2020 5:44 am
- Forum: Docker
- Topic: programatically loading zoneminder backup on startup
- Replies: 9
- Views: 22845
programatically loading zoneminder backup on startup
I have docker and maria_db images running, and when running, they work well enough. However, if the images ever need to be rebooted, the only way I can get the API or webserver to respond is by loading a backup from a portainer console. i.e.: mysql -u root <password> -h ${ZM_DB_HOST:-localhost} zm ...
- Tue Jan 07, 2020 3:38 pm
- Forum: ZoneMinder 1.32.x
- Topic: Filtering motion events caused by WiFi drops
- Replies: 4
- Views: 2387
Re: Filtering motion events caused by WiFi drops
This is a hikvision camera streaming rsvp feed h264 over 2.4ghz WiFi in a crowded rf space. The server is Debian Jessie currently run in a docker container, but similar artifacts appeared runing natively and on early builds. I frames are sent ever 6 frames or I.e. every half second.
- Sun Jan 05, 2020 8:07 pm
- Forum: ZoneMinder 1.32.x
- Topic: Filtering motion events caused by WiFi drops
- Replies: 4
- Views: 2387
Filtering motion events caused by WiFi drops
What is the best practice for filtering distorted images like the one attached. I have max percent/pixel settings but often the distortion only cuts through a potion of the zone.
- Wed Aug 28, 2019 6:27 am
- Forum: ZoneMinder Distributions
- Topic: Migrate from host zoneminder setup to docker keeping monitor zones
- Replies: 2
- Views: 7641
Re: Migrate from host zoneminder setup to docker keeping monitor zones
so for the QuantumObject\Docker the zones and monitors are stored in .ibd files under their respective names in /var/lib/mysql. Can I simply replace these files, or do I need to use mysql
- Tue Aug 27, 2019 6:06 am
- Forum: ZoneMinder Distributions
- Topic: Migrate from host zoneminder setup to docker keeping monitor zones
- Replies: 2
- Views: 7641
Migrate from host zoneminder setup to docker keeping monitor zones
I am slowly transferring my home server applications from the host machine to containers using docker-compose. While I have been able to get several versions of a zoneminder-in-docker up and running, I am unable to pull my old monitor zones from the host setup and import them into a docker setup. I ...