Cambozola just displays the version # and author's name

Forum for questions and support relating to the 1.25.x releases only.
Locked
Celestes
Posts: 4
Joined: Mon Sep 02, 2013 6:40 am

Cambozola just displays the version # and author's name

Post by Celestes »

When I try to watch recorded events, I only see the version # of Cabozola and author's name in video stream. But when i enter in "stills" i can see frames.
Live streams working properly.
zm logs:
2013-09-05 10:28:01.224041 zms 2248 ERR Can't open /usr/share/zoneminder//camlogs/events/1/13/09/05/09/29/55/001-capture.jpg: No such file or directory zm_image.cpp 323
2013-09-05 10:28:01.475356 web_php 1538 ERR socket_sendto( /tmp/zm/zms-646594s.sock ) failed: Connection refused /usr/share/zoneminder/includes/functions.php 2323
/camlogs/... is mounted partition on another hdd
DIR_EVENTS value /camlogs/events
Where i can change path to zoneminder events?
Celestes
Posts: 4
Joined: Mon Sep 02, 2013 6:40 am

Re: Cambozola just displays the version # and author's name

Post by Celestes »

problem was solved through creating of soft link
ln -s /camlogs/ /usr/share/zoneminder/
and setting MPEG_REPLAY_FORMAT to swf
Locked