Skip to content

[Camera Support]: Hikvision doorbell in Frigate. Either jumpy video, or lagging and choppy audio #12501

Closed Answered by fedd
fedd asked this question in Camera Support
Discussion options

You must be logged in to vote

Well, the udp advice seemed to help make the audio better. The #async switch somewhat does it's job keeping the lag tolerable for security purposes, though not fully eliminating it. It is ahead of the video or behind it at times, and sometimes even in sync. Sticking with this for a while:

go2rtc:
  streams:
#    frontdoorphone:
#      - rtsp://admin:[email protected]/Streaming/Channels/101/
    frontdoor:
      - "ffmpeg:rtsp://admin:[email protected]/Streaming/Channels/101/#async#input=rtsp/udp#video=copy#audio=aac#audio=opus#hardware=cuda"
      - isapi://admin:[email protected]:80/
cameras:
  frontdoor:
    enabled: true
    audio: 
      enabled: true
      min_volume: 100
    ffmpeg:
  …

Replies: 3 comments 15 replies

Comment options

NickM-27
Jul 18, 2024
Collaborator Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
15 replies
@xavan83
Comment options

@fedd
Comment options

@fedd
Comment options

@fedd
Comment options

Answer selected by NickM-27
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment