Blue Iris RTSP output

TRLcam

Getting comfortable
Apr 16, 2014
346
1,317
Nebraska!
Is there a way to connect to a RTSP stream output from Blue Iris showing all the cameras in one stream? I thought I read somewhere here that it is possible, but now cannot find the thread.
 
  • Like
Reactions: looney2ns
5.3.1 - July 16, 2020
Your Blue Iris web server now is also an RTSP server. This opens up even more
interconnectivity options between Blue Iris and other systems (home automation, video
players, etc.) Use the URI /{cam-short-name} or /{group-name}. Authentication is completed
via Digest encryption only. As with /image and other web service calls, you may add stream,
quality, and image size parameters.
 
Thanks for the quick reply. The link in your post goes to the Blue Iris main sales page. But, think there is enough info in your post to get me going.

Thank You
 
  • Like
Reactions: looney2ns
Oh... think the forum does that for recognized terms.

Related thread with some string examples here:
 
Thanks.. I have this working fine with the camera-short-name. But, not with the group name. Any ideas?
 
Haven't used it for groups but just tested with VLC and it worked as:

Code:
rtsp:/user:pw@ip:port/BackyardGroup

^ Note forum strips the second / even when formatted with code.

/index gets all cams.
 
Last edited:
  • Like
Reactions: TonyR and looney2ns
Not sure. Streaming should be the same between camera and group. Authorization should be the same generally. Maybe something about the name? Any restrictions by user/group?