Skip to content

[Camera Support]: Reolink POE Doorbell - No audio on recordings #11792

Discussion options

You must be logged in to vote

It needs the login details in the go2rtc rtsp section. It intially worked without it which is strange! The docs show to enter just the IP.

I added in the ffmpeg transcode to Opus command which is now giving me audio on the live view.

go2rtc:
  streams:
    reolink:
      - "ffmpeg:http://192.168.1.218/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=****#video=copy#audio=copy#audio=opus"
      - rtsp://admin:****@192.168.1.218:554/h264Preview_01_main
      - "ffmpeg:reolink#audio=opus"      
record:
  enabled: True

cameras:
  reolink:
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/reol…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@ForTheRush
Comment options

@jakeycrx
Comment options

Comment options

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

@jakeycrx
Comment options

@jakeycrx
Comment options

Comment options

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