skarragallagher
Young grasshopper
- Jan 13, 2015
- 36
- 1
+ Added "unsafe" PTZ option in the options menu, Top Bar section. Unsafe PTZ controls are smoother, but may leave a camera in a moving state if the network connection is interrupted. For what it is worth, UI2's unsafe option is safer than jpegpull.htm's ptz controls.
I know this is a long shot... But with multiple servers running, can you (bp2000) create a way to see specific cameras from different servers simultaneously in one spot/page?
I know this is a long shot... But with multiple servers running, can you (bp2000) create a way to see specific cameras from different servers simultaneously in one spot/page?
<html>
<head>
<title>Blue Iris</title>
<style type="text/css">
body
{
margin: 0px;
}
table
{
border-collapse: collapse;
width: 100%;
height: 100%;
}
td
{
padding: 0px;
}
iframe
{
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<table>
<tbody>
<tr>
<td style="width: 50%; height: 50%;"><iframe src="ui2.htm"></iframe></td>
<td style="width: 50%; height: 50%;"><iframe src="http://othersite1/ui2.htm"></iframe></td>
</tr>
<tr>
<td style="width: 50%; height: 50%;"><iframe src="http://othersite2/ui2.htm"></iframe></td>
<td style="width: 50%; height: 50%;"><iframe src="http://othersite3/ui2.htm"></iframe></td>
</tr>
</tbody>
</table>
</body>
</html>
Blue Iris has apparently within the last few months added a web server response header "X-Frame-Options: SAMEORIGIN" which prevents a Blue Iris web interface from being loaded into a frame hosted by another web server (there is a legitimate reason for this -- to prevent cross site request forgery). So it would only work with older Blue Iris installs that don't have this header.
I know this is a long shot... But with multiple servers running, can you (bp2000) create a way to see specific cameras from different servers simultaneously in one spot/page?
Note it is not impossible to work around this limitation. You could set up a proxy server to connect to all the Blue Iris instances so that as far as your browser was concerned every iframe would be loading content from the same origin.
I've done a new update, bigger than the last one.
v0.11.0 - 2016-02-27
+ Added a calendar control for filtering clips and alerts.
+ Added a delete button to the clip/alert context menu. To access the context menu, left-click and hold on a clip or alert.
+ Added "unsafe" PTZ option in the options menu, Top Bar section. Unsafe PTZ controls are smoother, but may leave a camera in a moving state if the network connection is interrupted. For what it is worth, UI2's unsafe option is safer than jpegpull.htm's ptz controls.
+ Added optional URL parameters "group", "cam", and "fullscreen".
* Parameter "group" takes a group ID and sets it as the new default group image.
* Parameter "cam" takes a camera short name and loads this camera at the start.
* Parameter "fullscreen" causes UI2's left bar to be hidden if the value is "1" (without quotes).
The download link is the same as always, in the first post of this thread.
Tell me more about this setup... Could be onto something here. And we don't want to miss out on all of Ken's latest features and additions - so we don't want to use an older version.
Thanks man, love the delete function, just what I've been needing. Would be nice to have the new zones listed in the description that the alert was posted because of, like you get in the main BI software. e.g. Showing that zone A>B was triggered etc.
@bp2008 Hate to even ask given all the recent updates and added features you are rolling out, but would it be possible to add the ability to also filter based on a time range when selecting the date?v0.11.0 - 2016-02-27
+ Added a calendar control for filtering clips and alerts.
@bp2008 Hate to even ask given all the recent updates and added features you are rolling out, but would it be possible to add the ability to also filter based on a time range when selecting the date?
@bp2008 Hate to even ask given all the recent updates and added features you are rolling out, but would it be possible to add the ability to also filter based on a time range when selecting the date?
I misunderstood what @djangel was asking... but now I'm curious myself. Is there a way you can add a "time" option - meaning looking up clips at a certain hour/min? That way if I wanted to tell someone to go look at 2/25 at 10:15am - it's much easier to find the clip?
Ranges are great too though
Just a thought - (This is absolutely amazing btw) - do you think you could make the server's name in the upper left bring a dropdown list of servers we've setup in preferences? Right now it brings up the about section - perhaps that could be moved to a new button or something? That way it would be a quick built in method to switch between servers instead of going back to the settings area each time to click on the servers... (Or is there an easier way to switch servers?)