Search found 6 matches
- Wed Jan 08, 2020 10:14 am
- Forum: ZoneMinder 1.32.x
- Topic: ERR [undef] Can't insert log entry in Docker Container
- Replies: 1
- Views: 1871
ERR [undef] Can't insert log entry in Docker Container
I use ZoneMinder via Docker, the host is under Archlinux. The database is also a Docker container. I left this Dockerfile (see below), I simply removed installation of mariadb-server. I loaded the sql files on the command line as shown below. I checked the presence of triggers and other mysql ...
- Sun Sep 06, 2015 1:54 pm
- Forum: ZoneMinder 1.28.x
- Topic: Change settings with personal scripts by modifying database
- Replies: 1
- Views: 970
Change settings with personal scripts by modifying database
Hello, I need to change the function of monitor and enable/disable zones. Looking into the database I found the following tables: Monitors with the Function field Zones with the Type field I wonder if I can change these fields (with command: mysql -zmuser -pzmpass -e "USE zm;UPDATE Zones SET Type ...
- Sun Sep 06, 2015 1:24 pm
- Forum: ZoneMinder 1.28.x
- Topic: Can't get local stream [Bypassed]
- Replies: 2
- Views: 1371
Re: Can't get local stream [Bypassed]
Thank you, I forgot to activate cgi but that does not solve the problem.
I solved using ffserver/ffmpeg and remote source in zm.
Local source /dev/video0 does not work with my Easycap Adapter [1b71:3002] but it works with other webcam
I solved using ffserver/ffmpeg and remote source in zm.
Local source /dev/video0 does not work with my Easycap Adapter [1b71:3002] but it works with other webcam
- Sat Sep 05, 2015 11:45 am
- Forum: ZoneMinder 1.28.x
- Topic: Can't get local stream [Bypassed]
- Replies: 2
- Views: 1371
Can't get local stream [Bypassed]
Hello, I have recently installed zm on arm Hummingboard with Archlinux package manager (yaourt). Camera is correctly detected but I can't get the stream in zm. Palette: UYVY Source: Local Device Path: /dev/video0 zmu -q -v -d /dev/video0 Video Device: /dev/video0 General Capabilities Driver: usbtv ...
- Tue Sep 01, 2015 3:28 pm
- Forum: ZoneMinder 1.28.x
- Topic: Error during compilation
- Replies: 0
- Views: 1017
Error during compilation
Hello I try to install zm on my Archlinux ARM with yaourt (package manager) and I get this error /usr/bin/ld: warning: libx264.so.144, needed by /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/5.2.0/../../../libavcodec.so, not found (try using -rpath or -rpath-link) My libx264 version is 148 and /usr ...
- Mon Feb 02, 2015 4:04 pm
- Forum: ZoneMinder 1.28.x
- Topic: Linking errors
- Replies: 3
- Views: 4062
Linking errors
Hello, I try build zm for my arm machine but I have 2 errors: Linking CXX executable nph-zms cd /home/odroid/sources/zoneminder-1.28.0/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/nph-zms.dir/link.txt --verbose=1 /usr/bin/c++ -Wall -D__STDC_CONSTANT_MACROS -O2 CMakeFiles/nph-zms.dir/zms.cpp ...