Blue Iris Feed Goes Blank

@cmderden79, it sounds like an authentication issue. The browser was able to access the video first using the cached credential but then connection got denied later. Here are a couple common approaches you can try:

  1. Set authentication to be required from non-LAN only in BI settings under Web Server → Advanced section → Authentication.
    - This is the easiest way if you have the control of your LAN and allowing any connections from your local network is not a concern for you.

  2. Include the user and password in the URL query when accessing the camera. See the post below for details, and don’t forget to uncheck Use secure session Keys and login page as mentioned in the post.
    http://resource/?user=user&pw=password

I personally use the 1st approach since I have the complete control of who has access in my home network.

1 Like