Open
Description
Hi Andrew,
Thanks for making an awesome and useful utility like this.
After adding User Access Control, I would like to know what URL format to use that allows me to pass in the username and password directly without having to enter them in the popup.
I've tried these variations without any luck:
http://myuser:mypassword@ip:port/camera/mjpeg
and
http://ip:port/camera/mjpeg&u=myuser&p=mypassword
Any idea if this is possible or not?