Standalone Java app for dedicated live view with Instant Replay

The PC you are running it on likely has too old of graphics hardware. It has been known to happen. If updating the graphics driver does not fix it then there is no fix.
 
Hi,
Been using & love the viewer, really good,
Adding the hotkey f11 was something I was just to ask for so great again,

However, I did wonder if there was a way to make this stay on top of other windows, bit like VLC (VidelLan) can.
I use a small window (hence the F11 is great as was really difficult to change size & still access options before)

I have a full screen of something else but nice to have viewer in bottom corner on top of this window in gap not used

Thanks I/A
 
New BI user. Wow, I stumbled on this viewer this morning. Exactly what I was looking for. Nice work!
I have not played with the viewer that much, but was wondering if there is a way to have the java viewer running minimized until a
camera is triggered - then full screen on the triggered camera for a set amount of time.

trying to have a central pc and monitor displacing pictures (slide show) but pops up BI video image when a camera is triggered (ie front door). Then after a set amount of time
go back to the slide show. thanks
 
Hi. Where is the cache occurring when you run this? I don't see a file incrementing in the folder. I want to make sure it's happening on my hard drive as my normal Temp folder is on an SSD. Thanks.
 
Hi. Where is the cache occurring when you run this? I don't see a file incrementing in the folder. I want to make sure it's happening on my hard drive as my normal Temp folder is on an SSD. Thanks.

It will be a file "BlueIrisView_InstantReplayCache" located in the same folder as "BlueIrisViewer.jar". It will only happen if the instant replay feature is enabled.
 
Would it be possible to include the PTZ options for this viewer to make it an even better client application? I've used your remote live view page and the PTZ functionality still works, but not in this standalone java app. Thanks for all your time in making BI more user/client friendly.
 
  • Like
Reactions: Alkesh Patel
Hello! I have a bit of a dilemma with BIV. I have three instances of it running on startup and the same instance randomly keeps getting it's configuration changed to the defaults. I fear this is due to disconnections or system reboots, but I have not been able to prove it. Any ideas what could be causing this and how to prevent it?

As a side note, it would be awesome if BIV would indefinitely try to reconnect if the BI server is offline when it tries to connect. Right now it just stops trying if BI is offline.

Thanks!
 
Hi @jlugo.

I too have seen the configuration get reset to defaults, once. I think Windows is at fault somehow. I've seen it happen to a variety of programs before. Used to happen several times a month to my instant messenger app. All I can suggest is to keep a backup copy of the configuration file. Windows' own File History should be able to do this, if you trust it.

I know BIV isn't the most robust at reconnecting. I don't know when I will have time to get into the code and fix that.
 
Do I always have to type "java -jar BlueIrisViewer.jar" in order to open this viewer? Can I create a shortcut of some sort once I've established connection?
 
Windows can be configured to open jar files correctly just by double-clicking them. You can google for instructions on how to make that happen.
 
I have been running BIV for over a year now, GREAT PROGRAM! However once I updated Blue Iris I was unable to log in using BIV. Any ideas as to why? I keep getting unable to log in using configured user name and password. I know the credentials are correct because I can pull up the cams going straight thru the static ip address. In the server settings for BIV I have the static IP address and port number, exactly as it was when it was working. Is there a setting I am missing in Blue Iris that would be keeping me from getting in? I know it seems like I should just connect right to BI but I like the way Blue Iris Viewer looks Thanks in advance
 
It still works on the latest BI version so you are experiencing some other problem. Sometimes BIV creates a ton of sessions and causes Blue Iris to hit its session limit really fast (something like 100 by default I think) and I haven't been able to figure that one out. Closing BIV and starting it again after a few minutes should fix that...

You can also go to BI Options > Web Server > Advanced and in the "Limit IP addresses" box put ^127.0.0.1 (up arrow symbol followed by an IP address) to make it so all connections from that IP address get admin privilege without even having to log in. That might help.
 
  • Like
Reactions: social26
It still works on the latest BI version so you are experiencing some other problem. Sometimes BIV creates a ton of sessions and causes Blue Iris to hit its session limit really fast (something like 100 by default I think) and I haven't been able to figure that one out. Closing BIV and starting it again after a few minutes should fix that...

You can also go to BI Options > Web Server > Advanced and in the "Limit IP addresses" box put ^127.0.0.1 (up arrow symbol followed by an IP address) to make it so all connections from that IP address get admin privilege without even having to log in. That might help.

Can you add video stream in addition to the static picture?
 
BIV should reconnect; it always has for me and I've never been able to figure out why it doesn't for other people.

If it is crashing on startup, check for an error log file (same folder the jar is in). Otherwise, try opening the program from a command prompt:

Method 1) Click the File menu, and choose "Open command prompt"
Method 2) Open the folder where BlueIrisViewer.jar is, make sure no files are selected, then hold Shift and right click an empty space in the folder. Chose "Open command window here".

In the command prompt, type

Code:
java -jar BlueIrisViewer.jar

An error message should appear in the command prompt as the crash occurs.
Here is my story. Benn using this for few years on daily but today my windows 7 pc crapped out. now using windows 10 machine and file wouldnt open. installed / uninstalled / installed java few time wasted few hrs on web. finally started reading old tread and came across this.
i am in the folder that has blueirsviewer and when i shift and right click (not of the file ) i get option for "open power shell window here"
in there i typed in "java -jar BlueIrisViewer.jar" and finally java screen opened and i was able to view all cameras.
however i have to do that every time to view the cameras . have to right click open up powershell and type that in.

this is what i see in the powershell window
PS C:\Users\Sunny\Documents\BlueIrisViewer.2.8.1> java -jar BlueIrisViewer.jar
1820x930 isDraggingButton0: false

also if i close the powershell window the cameras close as well.

do you know what the issue might be?

thanks
 
Last edited: