The Camera allows to send the MJPG-stream compressed as MPEG-4 or MJPEG Data, i tried both @ 640x480.
ZoneMinder-Settings of the corresponding Monitor:screenshots hostet @ offsite-URL look too spamy wrote:Default Video Format : MPEG4 or MJPEG
Video Resolution : 640x480
Video Quality : CBR / VBR
- SourceType: Remote
- Remote Protocol: HTTP (Simple)
- Hostname: admin:password@192.168.2.201
- Port: 80
- Path: /mjpg/video.mjpg
- WxH: 640x480
Without "admin:password@Hostname" i get tons of log-entries "Failed authentication: unable to get response".
Having the correct username and password in the Hostname generates the following Log (Loglevel:info@all)
Code: Select all
2015-09-28 16:01:01.070550 zmdc 942 WAR Can't find process with command of 'zma -m 4' zmdc.pl
2015-09-28 16:01:00.969627 zmc_m4 1607 INF Starting Capture zmc.cpp
2015-09-28 16:01:00.898740 zmdc 1607 INF 'zmc -m 4' started at 15/09/28 16:01:00 zmdc.pl
2015-09-28 16:01:00.898690 zmdc 942 INF 'zmc -m 4' starting at 15/09/28 16:01:00, pid = 1607 zmdc.pl
Code: Select all
2015-09-28 16:29:02.050074 web_php 1199 ERR socket_sendto( /var/run/zm/zms-009573s.sock ) failed: No such file or directory includes/functions.php 2330
2015-09-28 16:28:51.765822 web_php 1199 ERR socket_sendto( /var/run/zm/zms-009573s.sock ) failed: No such file or directory includes/functions.php 2330
2015-09-28 16:28:41.677492 web_php 1590 ERR socket_sendto( /var/run/zm/zms-009573s.sock ) failed: No such file or directory includes/functions.php 2330
2015-09-28 16:28:31.186390 web_php 1590 ERR socket_sendto( /var/run/zm/zms-009573s.sock ) failed: No such file or directory includes/functions.php 2330
2015-09-28 16:28:20.854836 web_php 1590 ERR socket_sendto( /var/run/zm/zms-009573s.sock ) failed: No such file or directory includes/functions.php 2330
2015-09-28 16:28:10.697452 web_php 1590 ERR socket_sendto( /var/run/zm/zms-009573s.sock ) failed: No such file or directory includes/functions.php 2330
2015-09-28 16:28:00.465412 web_php 1196 ERR socket_sendto( /var/run/zm/zms-009573s.sock ) failed: No such file or directory includes/functions.php 2330
2015-09-28 16:27:50.245756 web_php 1590 ERR socket_sendto( /var/run/zm/zms-009573s.sock ) failed: No such file or directory includes/functions.php 2330
2015-09-28 16:27:39.927524 web_php 1590 ERR socket_sendto( /var/run/zm/zms-009573s.sock ) failed: No such file or directory includes/functions.php 2330
2015-09-28 16:27:29.665274 web_php 1196 ERR socket_sendto( /var/run/zm/zms-009573s.sock ) failed: No such file or directory includes/functions.php 2330
2015-09-28 16:27:19.499411 zms 2100 INF Terminating Logger zm_logger.cpp 235
2015-09-28 16:27:19.431401 zms 2100 ERR Terminating, last frame sent time 1443450438.931247 secs more than maximum of 10.000000 zm_monitor.cpp 4155
2015-09-28 16:27:18.834686 zms 2100 WAR Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results for monitor xx zm_monitor.cpp 426
2015-09-28 16:27:18.834375 zms 2097 WAR Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results for monitor xx zm_monitor.cpp 426
2015-09-28 16:27:18.762762 zms 2096 WAR Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results for monitor xy zm_monitor.cpp 426
Have i missed to install some decoding-library in the system?
Spent the half day trying around, but actually i have no more idea and i thank you in advance for any suggestions.
Best regards,
mEon