Page 1 of 1

When I change paths video does not play

Posted: Mon May 07, 2007 6:57 pm
by 3gem
I have installed ZM using the fedora step by step in the wiki. The install works great.
When I change the path for events, sounds and images it fails to stream the video. I created a dir called cctv and did a chown apache:apache . I stopped and started the service, but no change. If I change it back to the default then it works again.



Thanks in advance.

-Gregg

Posted: Mon May 07, 2007 7:27 pm
by cordel
Rather than change the path in ZM, just link events to your cctv and make sure that apache is setup to FollowSymLinks.

Posted: Mon May 07, 2007 10:15 pm
by 3gem
ok here is what I did
I removed the existing folders in /var/www/html/zm
then create new ones like ln -s /pathtodir/events events? ect..
and I have Options FollowSymLinks in my httpd.conf

Still does not work am I missing something?

Posted: Mon May 07, 2007 10:39 pm
by cordel
Do you have the correct permisions set on those folders and links so that apache has access?

Posted: Mon May 07, 2007 11:29 pm
by 3gem
duh.... sorry bonehead mistake. Changed permissions. Thanks!!!