Skip to content
Discussion options

You must be logged in to vote

Yes, you can connect a second Frigate instance to go2rtc streams from your main instance (1). Frigate can restream your video feed as an RTSP feed at rtsp://<frigate_host>:8554/<camera_name> (1). This allows you to use a video feed for detection in one Frigate instance and connect another Frigate instance to the same stream without making multiple connections to the camera (1).

Here's how to configure your second Frigate instance to connect to streams from your primary instance:

cameras:
  camera_name:
    ffmpeg:
      inputs:
        - path: rtsp://<primary_frigate_host>:8554/<camera_name>
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by NickM-27
Comment options

You must be logged in to vote
1 reply
@hawkeye217
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants