Page 1 of 1

Broken pipe

Posted: Sun Aug 18, 2013 11:11 am
by sipi
Hi, I recently updated my zm and I have an other problem latest zm 1.25. It is an small zm config with three cams. When I would like to see Monitor image or Montage view I get an error message in log, for example:

zms 4436 ERR Unable to send stream frame: Broken pipe zm_monitor.cpp 3379

but zm can show image or images. This is an permanent error message.

I find here http://www.zoneminder.com/forums/viewto ... 8754#48754

that I need to modify apache zm.conf and insert Options Indexes FollowSymLinks but it has include.

Here is my apache zm.conf

<VirtualHost *:8080>
DocumentRoot /srv/www/htdocs

<Directory /srv/www/htdocs/zm>
php_admin_flag short_open_tag On
Options Indexes FollowSymLinks
</Directory>
</VirtualHost>

Can someone help, what can fix it?

Thanks

Re: Broken pipe

Posted: Fri Aug 23, 2013 12:29 pm
by sipi
Has nobody idea?