Gentoo: ZM 1.24.2 no image/video streaming out of the box

Forum for questions and support relating to the 1.24.x releases only.
Locked
ykulyev
Posts: 2
Joined: Tue Sep 15, 2009 8:32 am
Location: Cyprus

Gentoo: ZM 1.24.2 no image/video streaming out of the box

Post by ykulyev »

After installation of ZM from ports there was problem with image/video streaming via http. Events were created and saved in /var/www/zoneminder/htdocs/events but I could not see it from neither Mozilla nor from Opera.

It was solved by editing file:
/etc/apache2/vhosts.d/default_vhost.include

DocumentRoot "/var/www/zoneminder/htdocs"
ScriptAlias /cgi-bin/ "/var/www/zoneminder/cgi-bin/"
<Directory>

all "localhost" replaced for "zoneminder"
billium
Posts: 2
Joined: Tue Oct 20, 2009 3:33 pm

Post by billium »

Thanks this fixed it for me also. :)

Billy
Locked