Tinycam with Blue iris

moparcruiser

Getting the hang of it
Joined
Jan 2, 2021
Messages
122
Reaction score
62
Location
USA
Hi all. Newbie here. Working thru setting up my Blue Iris system.

Have been able to access my cameras via tinycam on my android while at home but not while away. One reason I went with BI. I also have a VPN setup thru my router.

I have recently isolated my cameras from the internet using a dual nic setup. BI works fine but now I can't access my cameras via Tinycam AN
 

concord

Getting comfortable
Joined
Oct 24, 2017
Messages
663
Reaction score
739
Instead of setting up Tinycam to use the camera IP addresses directly, use your BI server IP address to grab the cam feeds, for example, if your BI IP address is 192.168.1.100, using port 81 set on webserver and your cam is named FrontDoor, either use a mjpeg feed or the rtsp feed (resolution is optional, just add &w=1280&h=720 at the end):

Code:
http://username:password@192.168.1.100:81/mjpg/FrontDoor/video.m3u8

rtsp://username:password@192.168.1.100:81/FrontDoor
 
Top