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