Make one monitor public
Make one monitor public
Is it possible to make one monitor public and keep everything else behind a password? We want to display one of our feeds on a intranet site, but not allow people to see other feeds.
-
- Posts: 184
- Joined: Tue Oct 14, 2008 5:59 pm
I think 50cc is trying to say if you turn on Auth, you can assign a guest/guest or public/public user name and password that you can pass via the url from your web server with access to only that monitor. Also if your web server is on apache, you might want to look into using the apache proxy module that will help keep things isolated and private.
I thought that the camera needed to be accessed via the local intranet. Using authentication in ZoneMinder enables you to grant certain rights to certain users for certain cameras. You would however need to login each time.
If you would like to share one or more cameras over an intranet or the internet, like a webcam, the best would be to upload the image ever x seconds. Or indeed use the user/pass in the URL for the camera like so:
Using the last method for a public service in the internet is tricky security wise though, be careful not to share the wrong services and data! For an internet webcam sharing the best option is to upload the images to a 'real' webserver already on the internet.
I have never heard of the Apache proxy module, what does it do?
If you would like to share one or more cameras over an intranet or the internet, like a webcam, the best would be to upload the image ever x seconds. Or indeed use the user/pass in the URL for the camera like so:
Code: Select all
http://<YourZoneMinder>/cgi-bin/zms?mode=single&monitor=7&scale=100&maxfps=3&user=123&pass=456
I have never heard of the Apache proxy module, what does it do?