Where can I find the url parameters documentation for the livestream.htm entry point? I found them for ui3.htm, but they do not seem to work with livestream.htm
I am wanting to be able to start livestream with the following conditions:
1) Specify a group or camera name
2) Have it start without having to press the big Play button that shows up in the middle of the screen
Also, does livestream.htm require a logged in session, or can it work without having to login?
I'm asking about this because I want to put a small tablet by the front door that continually displays a group, and since non-computer types will be using it, I want to keep it as simple as possible, such as not requiring a login.
why are you trying to use livestream.htm?
I use ui3 with url parameters to display groups on various devices.
You can change the authentication settings in your BI console to only authenticate non-lan connections.
Something like this would then open a specific group, full screen:
Code:
http://192.168.X.X:81/ui3.htm?group=your_group_name&maximize=1