Yes, I've asked Ken if he can provide that time zone information another way so I don't have to delay loading the clip list until I get the first status update telling me what timestamps to use
can't you just request status first thing upon login like the app does?Yes, I've asked Ken if he can provide that time zone information another way so I don't have to delay loading the clip list until I get the first status update telling me what timestamps to use
@bp2008...how about an option to display the local ip address of each camera?
can't you just request status first thing upon login like the app does?
has there been any updates to this with regards to raspberry pi's? looking to turn a touchscreen rpi3 in to a monitor. everything works on a laptop, but trying on any raspberry devices says either username / password is incorrect and will not login, though it will from a laptop.
It was, then i did a rpi-update.A white page? I thought you said it reported bad credentials?
I've seen a problem before where Blue Iris doesn't redirect you to a valid page after logging in. Could that be it? Should be solved by typing in the ui2.htm address manually.
not sure what I'm looking for in the dev tools. screenshotLOL. Try to open the browser's developer tools and see what is happening to the web request.
If I could do it, it would already be in there Blue Iris does not provide this information.
Yes, in fact that is basically what happens already. Most of the time the server status arrives before the clip list. But there is no guarantee that things will arrive in that order. In order to keep everything correct and as bug-free as possible I would have to enforce a new rule that says the clip list can't be processed until a server status object is received. That is added complexity and a potential loading delay that could be avoided if Blue Iris provides the time zone offset in, for example, the response from the login command which already has to happen before anything else.