Search found 390 matches

by burger
Thu Dec 31, 2020 6:40 am
Forum: ZoneMinder 1.34.x
Topic: Will ZM work with Ubuntu 20.10?
Replies: 5
Views: 1163

Re: Will ZM work with Ubuntu 20.10?

Ubuntu guides are here:
https://wiki.zoneminder.com/Ubuntu

Specifically:
https://wiki.zoneminder.com/Ubuntu_Serv ... der_1.34.x

Trying anything not covered there, you are on your own.
by burger
Tue Dec 29, 2020 3:57 am
Forum: ZoneMinder 1.34.x
Topic: AXIS M1125 Network Camera
Replies: 1
Views: 633

Re: AXIS M1125 Network Camera

https://www.axis.com/files/manuals/um_howtoassignanipaddressandaccessyourdevice_t10118032_en_2005.pdf It's on the page for the M1125 camera, where it should be: The installation guide. Although, notably I don't see a full user manual, but anyways, installation guide has a path, so it's good enough. ...
by burger
Sat Dec 26, 2020 9:14 pm
Forum: ZoneMinder 1.34.x
Topic: [Solved] RTSP Camera Serverr on Android Phone - Cannot connect to ZM and viewing video in ZM not working
Replies: 5
Views: 3049

Re: RTSP Camera Serverr on Android Phone - Cannot connect to ZM

If it works in VLC, use libVLC. If it works in ffmpeg or ffplay from terminal use ffmpeg libraries.

Sometimes you can use ffmpeg libraries if it works in VLC, but not every time.

More instructions here: https://wiki.zoneminder.com/Finding_Camera_Stream_Paths
by burger
Fri Dec 25, 2020 5:05 pm
Forum: Docker
Topic: programatically loading zoneminder backup on startup
Replies: 9
Views: 21305

Re: programatically loading zoneminder backup on startup

db: image: "mysql/mysql-server:5.7" environment: - TZ=${TZ} - MYSQL_USER=zmuser - MYSQL_PASSWORD=zmpass - MYSQL_DATABASE=zm - MYSQL_ROOT_PASSWORD=mysqlpsswd - MYSQL_ROOT_HOST=% volumes: - "/media/HDD/zoneminder/mysql/cache:/etc/mysql:ro" # - ./ZMDB:/docker-entrypoint-initdb.d # ...
by burger
Wed Dec 23, 2020 5:55 pm
Forum: ZoneMinder 1.34.x
Topic: Monitor becomes mosaic
Replies: 2
Views: 766

Re: Monitor becomes mosaic

Search forums, e.g. https://forums.zoneminder.com/search.php?keywords=smearing+tearing&terms=any&author=&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search https://forums.zoneminder.com/viewtopic.php?f=36&t=26429&p=101881&hilit=smeari...
by burger
Tue Dec 22, 2020 11:56 pm
Forum: Docker
Topic: programatically loading zoneminder backup on startup
Replies: 9
Views: 21305

Re: programatically loading zoneminder backup on startup

This is the first I've heard of the quantum object docker, but it looks ok. As I see it you have two options: 1. Try commenting out the DB initialization code in startup.sh 2. Add some kind of logging, to see if it's skipping the if/else loop where it should recognize the filled DB, and adjust as ne...
by burger
Mon Dec 21, 2020 11:42 pm
Forum: Hardware Queries
Topic: New capture card to replace two old ones
Replies: 4
Views: 20424

Re: New capture card to replace two old ones

I see a couple used 4-port encoders for $50 a pop. Seems to fit the budget just fine. If you find a PCI-E card that works for you, let us know. Either should work. Just avoid the bt878 cards, those things are dinosaurs. Limited by FPS, # of cameras, or both. Yeah, IP cameras are better. But old coax...
by burger
Sun Dec 20, 2020 4:56 pm
Forum: ZoneMinder 1.34.x
Topic: zm trying to connect to an old (deleted) monitor
Replies: 2
Views: 1122

Re: zm trying to connect to an old (deleted) monitor

So, the monitor has been deleted and re-added. Every time you add a new monitor it increments the Monitor # (Monitors - Id in the DB). Therefore the new monitor is probably Id 2 or 3, and the old Monitor is somewhere in the DB as 1 still. Connect to the DB and delete any references to the old monito...
by burger
Sat Dec 19, 2020 9:16 pm
Forum: Hardware Queries
Topic: New capture card to replace two old ones
Replies: 4
Views: 20424

Re: New capture card to replace two old ones

So long story not so short, what recommendations does the community have for a 8/16 port PCI-E card? Currently run 12 mixed analog cameras at 4fps 480p. Make your life easy and ditch the PCI Cards. Use an IP Video Encoder. Modular, right tool for the job, no possibility of the kernel module becomin...
by burger
Fri Dec 18, 2020 12:40 am
Forum: Hardware Compatibility List
Topic: Annke C800 4K
Replies: 13
Views: 37327

Re: Annke C800 4K

I wonder if I have the camera setup in a way that is to much for FFMPEG What platform? The motherboard must be fairly robust to handle 4K. Especially if you use modect/mocord. I have a 8 or 16 core server, and I haven't run it above 6FPS (on camera) yet on 1.34 (1.36 will be able to do better, when...
by burger
Fri Dec 18, 2020 12:35 am
Forum: ZoneMinder 1.34.x
Topic: Storage with error's
Replies: 2
Views: 862

Re: Storage with error's

Post pictures of settings page, camera settings w/storage field, and also permissions on filesystem.

Is it ext4? There have been issues with other filesystems, including networked file systems.
by burger
Sat Dec 12, 2020 8:08 pm
Forum: ZoneMinder 1.34.x
Topic: PurgeWhenFull Not Working After Update
Replies: 5
Views: 1167

Re: PurgeWhenFull Not Working After Update

According to the logs it was saying disk space was 95% used. Turned out it was measuring my root partition space but I had my events in a separate partition. Weird... Finally realised that even though I had created a new storage, zmfilter was using the ZM_DIR_EVENTS config variable (I think) to tes...
by burger
Thu Dec 10, 2020 9:36 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Camera errors and nothing to see
Replies: 14
Views: 36523

Re: Camera errors and nothing to see

Did you include the port number? RTSP is usually 554.

Also, you can test in vlc or ffmpeg before trying ZM. It's faster.

https://wiki.zoneminder.com/Finding_Camera_Stream_Paths
by burger
Thu Dec 10, 2020 8:39 pm
Forum: Docker
Topic: programatically loading zoneminder backup on startup
Replies: 9
Views: 21305

Re: programatically loading zoneminder backup on startup

Which img are you using, dlandon or the zm one?

Not sure what you mean by load backup. There is no backup involved here. It simply populates mariadb with the existing db on initialization.
by burger
Wed Dec 09, 2020 11:40 pm
Forum: ZoneMinder 1.34.x
Topic: Events and zones show 0 in console
Replies: 4
Views: 1857

Re: Events and zones show 0 in console

Try updating the DB. https://wiki.zoneminder.com/MySQL # zmupdate.pl Probably due to a malformed install. Easiest way is to install using the guides at https://wiki.zoneminder.com/Debian https://wiki.zoneminder.com/Ubuntu Mint is not necessarily Debian. It's best to stick to what works. Review all l...