Page 1 of 1
Easy way to share -just- a monitor image across the net?
Posted: Wed Feb 10, 2010 2:16 am
by emccarron
Well, got ZM up and running (and learned a good bit about Linux in the process.)
Can't seem to find any mention of just sharing an image; I've got a few non-tech savvy folks (OK, my mom...
) who I'd love to just give a link to and not have to worry about passwords and usernames.
Ideally, she'd just see a stream. No controls. No options.
I've got mine set up with hashed logins, and I can log in remotely no prob.
I figured the AUTH_HASH_LOGINS parameter would get me there, but I'm not sure what to search on to generate a hash -- or if that method would even work.
Thoughts?
Posted: Wed Feb 10, 2010 4:28 am
by whatboy
There's the user access option, check the OPT_USE_AUTH on config, then create a user and set only minimal access... with password...
Posted: Wed Feb 10, 2010 4:59 am
by cordel
Simple to do actually, omitting your cgi path since I don't know it:
Code: Select all
zms?monitor=1&mode=jpeg&user=guest&pass=guestpassword
So it might look something like:
Code: Select all
http://10.0.20.98/cgi-bin/nph-zms?mode=jpeg&monitor=35&maxfps=5&user=guest&pass=guestpassword
Of course you should set a guest account with very limited permissions in zm since the password will be sent in the clear via the url. Viewing the stream only is preferable.
Set the monitor number you want to watch according to the monitorID in the console.
This is also the same path you would take to stream one ZM installation to another.
Code: Select all
Remote Host Path: /cgi-bin/nph-zms?mode=jpeg&monitor=35&maxfps=5&user=guest&pass=guestpassword
Posted: Wed Feb 10, 2010 1:53 pm
by emccarron
cordel wrote:
Code: Select all
Remote Host Path: /cgi-bin/nph-zms?mode=jpeg&monitor=35&maxfps=5&user=guest&pass=guestpassword
I just set up a guest account with no priveleges and access to only the monitor I want seen. Worked like a champ, thanks!
hashed pass & user
Posted: Sat Feb 13, 2010 1:07 pm
by johnnytolengo
Is it possible to login with hashed (MD5) user and pass as:
http://10.0.20.98/cgi-bin/nph-zms?mode= ... ED_MD_CODE[/b]&pass=
HASHED_MD5_CODE
Posted: Sun Feb 14, 2010 9:18 am
by kingofkya
another lesser known option is to us apaches proxy. Which completely masks the user and pass.
Sry no read made example check google.
Re: hashed pass & user
Posted: Sun Feb 14, 2010 8:05 pm
by jameswilson
it is but you would need to login first to create the hash.