I have an MJPG stream I need to embed in a web page. It requires authentication to view, but I do not necessarily want to prompt the user when they view the page.
So, is there a MJPG streamer (built into a browser or Java/Flash based) that supports passing the required credentials to the MJPG stream to authenticate?
The only way I would know how to do that would be to pass the username and password in the URL like this: http://username:password@[ip address]/
. This doesn't work, unfortunately.