Events path

Forum for questions and support relating to the 1.25.x releases only.
Locked
Dio^
Posts: 6
Joined: Sun Feb 19, 2012 8:01 am

Events path

Post by Dio^ »

Hello,

I moved to an experimental /var/www/zm/events and /var/www/zm/images paths /zm/events. I could not get it to work with the command ln-s /zm/events /var/www/zm/events. I tried to get that path to the old path, but it does not work. I can see the image files ZM console /events, but the video stream does not work.

I tried to make this recipe,
http://www.zoneminder.com/forums/viewto ... der#p74481
but did not help.

Errors in log page

2012-08-27 18:42:06.313595 web_php 2338 ERR socket_sendto( /tmp/zm/zms-339357s.sock ) failed: No such file or directory includes/functions.php 2322
2012-08-27 18:42:02.953692 zms 4905 ERR Can't open /var/www/zm//var/www/zm/events/1/12/08/26/08/42/41/001-capture.jpg: No such file or directory zm_event.cpp 1225

Can someone put a step-by-step instructions how to fix the situation.

Sorry, I did not find anything for these.

-Dio ^
Dio^
Posts: 6
Joined: Sun Feb 19, 2012 8:01 am

Re: Events path

Post by Dio^ »

Dio^ wrote:Hello,

I moved to an experimental /var/www/zm/events and /var/www/zm/images paths /zm/events. I could not get it to work with the command ln-s /zm/events /var/www/zm/events. I tried to get that path to the old path, but it does not work. I can see the image files ZM console /events, but the video stream does not work.

I tried to make this recipe,
http://www.zoneminder.com/forums/viewto ... der#p74481
but did not help.

Errors in log page

2012-08-27 18:42:06.313595 web_php 2338 ERR socket_sendto( /tmp/zm/zms-339357s.sock ) failed: No such file or directory includes/functions.php 2322
2012-08-27 18:42:02.953692 zms 4905 ERR Can't open /var/www/zm//var/www/zm/events/1/12/08/26/08/42/41/001-capture.jpg: No such file or directory zm_event.cpp 1225

Can someone put a step-by-step instructions how to fix the situation.
Sorry, I did not find anything for these.

-Dio ^

This problem has been solved. Problem was that ZM wasn't any access to new folder. chown www-data:www-data /zm/events -R, this command was missing.


But I have another problem, I have new Dericam H.246 camera, I can't get this camera working in ZM.

Can anyone tell me, what I need to install in ZM, that this camera working right?
ZM's log tells me that ffmpeg not support H.246 properties.

Camera uses rtsp a path:
rtsp://ip:port/11 (View the video under first stream)
rtsp://ip:port/12 (View video by second stream)

What that this mean? If ffmpeg is too old or there is missing some properties, can I install newest ffmpeg version without installing/compile ZM again?
michael602
Posts: 2
Joined: Sun Jul 21, 2013 1:49 pm

Re: Events path

Post by michael602 »

Hello,
I have got the same problem that you had mentioned above. I am looking for solution. Does anybody have idea that is wrong with Dericam h 264 camera ?
Locked