Page 1 of 1

No streaming images when auth enabled

Posted: Fri Apr 09, 2010 2:09 am
by kylejohnson
For the life of me, I am not able to get a streaming image (jpeg, mpeg or still) to work when authentication (hashed or plain) is enabled (in my new skin). No auth = yes stream.

Code: Select all

<img height="240" width="320" alt="Cash_Drawer" src="http://domain.tld:8080/cgi-bin/nph-zms?mode=jpeg&monitor=8&scale=50&maxfps=5&buffer=1000&auth=a885d0af871f657f541514db0f767d0d&connkey=987756" id="liveStream">
That is an example of the img src that is generated when using still streaming - the auth and connkey variables are there.

When using plain authentication, the user= and pass= query strings are empty - though connkey is still there.

Mind you that this all works with the classic skin.

http://pastebin.mozilla.org/713879
is my streaming page code... Any ideas?

Posted: Sat Apr 10, 2010 1:51 am
by kingofkya
http://www.zoneminder.com/wiki/index.ph ... ility_List

Remote systems, themselves running zoneminder, can be accessed as cameras using the Remote Path of

/cgi-bin/nph-zms?mode=single&monitor=1&scale=100&maxfps=5&buffer=1000

- where the monitor number is the correct camera on the remote system.