Skip to content
Discussion options

You must be logged in to vote

@ChirpyTurnip yes, happy to share 😄

On the camera I have sub stream 1 disabled as it doesn't provide the resolution I want for detection. If you want audio detection, be sure to enable audio on substream 2 (it is disabled by default)

Camera setup

go2rtc:
  streams:
    west_gate:
      - rtsp://user:[email protected]/cam/realmonitor?channel=1&subtype=0
    west_gate_sub:
      - rtsp://user:[email protected]/cam/realmonitor?channel=1&subtype=2
cameras:      
  WestGate:
      webui_url: http://192.168.1.6/
      ffmpeg:
        inputs:
          - path: rtsp://127.0.0.1:8554/west_gate
            input_args: preset-rtsp-restream
            roles:
              - record
          - path: …

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@hawkeye217
Comment options

@brianfeucht
Comment options

@hawkeye217
Comment options

Comment options

You must be logged in to vote
3 replies
@ChirpyTurnip
Comment options

@brianfeucht
Comment options

Answer selected by brianfeucht
@ChirpyTurnip
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment