Go2rtc geht immerwieder aus

Hallo ihr lieben,

ich bin neu im HA Universum unterwegs und probiere schon viel rum aber aktuell habe ich ein Problem wo ich nciht mehr weiter komme.

Ich habe Frigate im Einsatz und go2rtc für meine Tapo c320ws Außenkamera. es funktioniert auch aber zum einen nur wenn ich erst Frigate starte und anschließend go2rtc, aber mein Hauptproblem ist das sich go2rtc irgendwann von alleine stoppt und somit Frigate natürlich keinen Stream mehr empfangen kann, ich verstehen leider nicht warum. hier mal meine Config

go2rtc config

streams:  
  camera.carport:
    - rtsp://username:passwort@192.168.178.xxx:554/stream1
    - ffmpeg:camera.carport#audio=aac

  camera.garten:
    - rtsp://username:passwort@192.168.178.xxx:554/stream1
    - ffmpeg:camera.carport#audio=aac

Frigate config

mqtt:
  host: 192.168.178.200
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: username
  password: passwort
  stats_interval: 20


cameras:
  carport:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.178.200:8554/camera.carport?video=copy&audio=aac
          roles:
            - record
            - detect
            - rtmp

      output_args:
        record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a copy
        rtmp: -c:v copy -c:a copy -f flv

    rtmp:
      enabled: true

    detect:
      width: 1280
      height: 720

    objects:
      track:
        - person
        - car
        - dog
        - cat
        - motorcycle
        - bird
        - bicycle
      filters:
        person:
          threshold: 0.7

    snapshots:
      enabled: true
      timestamp: true
      bounding_box: true
      retain:
        default: 30

    record:
      enabled: true
      retain_days: 0
      events:
        retain:
          default: 14
#   zones:
#    carport_zone:
#        coordinates: 800,480,800,163,243,225,237,480

#    motion:
#      mask: 0,0,653,0,693,153,0,187

  
  garten:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.178.200:8554/camera.garten?video=copy&audio=aac
          roles:
            - record
            - detect
            - rtmp

      output_args:
        record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a copy
        rtmp: -c:v copy -c:a copy -f flv

    rtmp:
      enabled: true

    detect:
      width: 1280
      height: 720

    objects:
      track:
        - person
        - car
        - dog
        - cat
        - motorcycle
        - bird
      filters:
        person:
          threshold: 0.7

    snapshots:
      enabled: true
      timestamp: true
      bounding_box: true
      retain:
        default: 30

    record:
      enabled: true
      retain_days: 0
      events:
        retain:
          default: 14
#   zones:
#    carport_zone:
#        coordinates: 800,480,800,163,243,225,237,480

#    motion:
#      mask: 0,0,653,0,693,153,0,187

Vllt kann mir da jemand weiterhelfen. oder kann mir eine bessere Config empfehlen?
Viele Grüße
Danke!