Blue Iris Desktop Viewer App

AlexG

n3wb
Joined
Jan 3, 2017
Messages
1
Reaction score
1
Hi guys, newbie here, dipping my feet in all this surveillance stuff.

I have not seen this mentioned and figured i'd post it.

You can very easily make your own desktop viewer app for Blue Iris using some form of 'Website Packager' app like Fluid App for OS X.

I've used nativefier, which seems cross platform, based on Electron. It was really quick, little dependencies, i think you only need node js to build the app. Works a treat.

The command i used was
nativefier --verbose --disable-dev-tools -n "Blue Iris" -i "some-logo.png" "http://your.domain.com:port/ui2.htm"
GitHub - jiahaog/nativefier: Make any web page a desktop application

P.S. I ve also used the great UI2 i found here on the forum. Cheers.

Hopefully this will help someone :D
 
Top