Ring doorbell elite --> Scrypted --> Frigate --> problems

hi there,

i am using a ring doorbell elite (poe) and generic camera & scrypted to integrate the ring doorbell in frigate. I have some problems for example:

  1. no sound in frigate
  2. anomly in the videos
  3. only Full-HD

here is my configuration in Scrypted and Frigate. Can you tell why I have these problems?

Config in Frigate:

ffmpeg:
  hwaccel_args: auto
  output_args:
    record: preset-record-generic-audio-aac

objects:
  track:
    - car
    - person
    - dog
  filters:
    person:
      min_score: 0.35

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

record:
  enabled: true
  retain:
    days: 7
  alerts:
    retain:
      days: 30
    pre_capture: 3
    post_capture: 3
  detections:
    retain:
      days: 30
    pre_capture: 5
    post_capture: 5
go2rtc:
  streams:
    Tuerklingel-NVR:
      - ffmpeg:rtsp://192.168.xxx.xxx:40870/a0854exxxx6xxxc7
  webrtc:
    candidates:
      - 192.168.1.11:8555
      - stun:8555

cameras:
  Tuerklingel-NVR:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.xxx.xxx:40870/a0854exxxx6xxxc7
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    objects:
      track:
        - person
        - umbrella
        - dog
        - cat
    motion:
      threshold: 50
      contour_area: 10
      improve_contrast: 'true'

Scrypted:

Generic Camera:

thanks a lot
greetings

Nobody any idea?

Pushing to …