Skip to content
Discussion options

You must be logged in to vote

Replace the ffmpeg, go2rtc, and the living_room_panel camera in your Frigate config with this:

ffmpeg:
  path: '5.0'

go2rtc:
  ffmpeg:
    mjpeg: "-y -f mjpeg -use_wallclock_as_timestamps 1 -i {input}"
  streams:
    living_room_panel:
      - http://192.168.1.206:2323/?cmd=getCamshot&password=linuks
      - ffmpeg:http://127.0.0.1:1984/api/stream.mjpeg?src=living_room_panel#input=mjpeg#video=h264

cameras:

  living_room_panel:
    enabled: true
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/living_room_panel?mp4
          input_args: preset-rtsp-restream
          roles:
            - record
            - detect
    detect:
      width: 350
      height: 240
      fps:…

Replies: 6 comments 25 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

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

Comment options

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

Comment options

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

Comment options

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

@Vendo233
Comment options

@Vendo233
Comment options

@hawkeye217
Comment options

Answer selected by Vendo233
@Vendo233
Comment options

@hawkeye217
Comment options

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