No streaming images when auth enabled
Posted: Fri Apr 09, 2010 2:09 am
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.
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?
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">
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?