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 …

To capture audio and change the video size, I use the following settings.

go2rtc:
streams:
Tuerklingel-NVR:
- rtsp://192.168.xxx.xxx:40870/a0854exxxx6xxxc7
- ffmpeg:Tuerklingel-NVR#audio=aac

cameras:
Tuerklingel-NVR:
detect:
width: 1280
height: 720
fps: 5
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Tuerklingel-NVR?video&audio

Thank you. changing the resolution worked for me, thank you. Still having problems with the audio-settings.

Changed the settings to:

[...]
ffmpeg:
  hwaccel_args: auto
  input_args: preset-rtsp-generic
  output_args:
    record: preset-record-generic-audio-copy

go2rtc:
  streams:
    Tuerklingel-NVR:
      - rtsp://192.168.xxx.xxx:40870/a0854exxxx6xxxc7
      - "ffmpeg:Tuerklingel-NVR#audio=aac"

cameras:
  Tuerklingel-NVR:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.xxx.xxx:40870/a0854exxxx6xxxc7?video&audio
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    objects:
      track:
        - person
        - umbrella
        - dog
        - cat
[...]

Still have no sounds in frigate for the Ring doorbell elite… very strange

You need to set the go2rtc stream to the camera input.
inputs:

  • path: rtsp://127.0.0.1:8554/Tuerklingel-NVR?video&audio

output_args:
record: preset-record-generic-audio-aac

Hi, thanks for your help. When I change this, I didnt recieve any video/picture. I think my go2rtc-config isn’t right. so this is my config right now:

[...]
go2rtc:
  streams:
    Tuerklingel-NVR:
      - rtsp://192.168.xxx.xxx:40870/a0854exxxx6xxxc7
        - "ffmpeg:Tuerklingel-NVR#audio=aac"
  webrtc:
    candidates:
      - 192.168.xxx.xxx:8555
      - stun:8555

cameras:
  Tuerklingel-NVR:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.xxx.xxx:8554/Tuerklingel-NVR?video&audio
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    objects:
      track:
        - person
        - umbrella
        - dog
        - cat
[...]

Am I missing something in the go2rtc-config? Can’t open the go2rtc UI on http://localhost:8554 or 8555.

Try

  • path: rtsp://127.0.0.1:8554/Tuerklingel-NVR?video&audio
    without input_args

hi, thanks for your help.
The same error is coming with these settings → stream is offline.

If you open live view in Ring does the stream come online? I thought it only produces a stream with motion is detected or its broadcasting through liveview from Ring app.

Yeah I think so too. How can I change this? In scrypted told me this:

But I cant change settings in scrypted. Strange …

I can add the rtsp-link to the service “generic camera”. After adding the camera to “genereic camera” I can see the live-view including audio very fast in “generic camera”. But in frigate I cant see the live-view:

push. someone has a solution?