#Reolink 2-way Audio

1 messages · Page 1 of 1 (latest)

crisp abyss
#

I have a Reolink RLC-81MA, and will also be getting a Duo and a CX810. How do I get 2-way audio working in a Frigate HASS card (and maybe send arbitrary wav/TTS files)?

I got the 81MA working in Frigate with the following:
rtsp://admin:PASS@10.0.x.x/Preview_01_sub
and
rtsp://admin:PASS@10.0.x.x/Preview_02_main

...Preview_01_main does not work (probably because that stream's resolution of 4K cannot be reduced. No firmware found on the reolink page or AT0myks/reolink-fw-archive)

I know it has port 9000 open and 2-way audio is a feature that should work through the Reolink mobile app. Do I need something like Go2RTC, and/or Neolink? If so, is there a good guide for this?

Thank you.

mental gate
#

not all reolink cameras support open standard two way audio, some only support it via proprietary protocol in their app

#

you need to configure go2rtc in frigate to get two way audio working

crisp abyss
# mental gate you need to configure go2rtc in frigate to get two way audio working

Thanks. What is the process to verify if this particular by model/firmware version could support 2-way audio in an open standard for go2rtc? I have seen some talk about the Reolink doorbell, but I figure it audio would be implemented differently than the cameras.

I installed the latest go2rtc in /config so the frigate logs reflect that its using that version. How do I configure go2rtc in frigate?

crisp abyss
# mental gate https://docs.frigate.video/configuration/camera_specific#reolink-doorbell

Yeah, I saw that. Wasn't sure what to expect, as there are no errors if I just do the go2rtc part. But when I add the camera that I guess points to the rtsp-restream, that does not work.

2024-12-13 18:35:13.517385172  [INFO] Preparing Frigate...
2024-12-13 18:35:13.540963470  [INFO] Starting Frigate...
2024-12-13 18:35:19.383161497  [2024-12-13 11:35:19] frigate.util.config            INFO    : Checking if frigate config needs migration...
2024-12-13 18:35:19.534305368  [2024-12-13 11:35:19] frigate.util.config            INFO    : frigate config does not need migration...
2024-12-13 18:35:31.572744515  [2024-12-13 11:35:31] 
2024-12-13 11:35:47.991956  2024-12-13 18:35:31.572752314
2024-12-13 18:35:31.606759780  [2024-12-13 11:35:31] frigate.video                  ERROR   : your_reolink_camera: Unable to read frames from ffmpeg process.
2024-12-13 18:35:31.606769180  [2024-12-13 11:35:31] frigate.video                  ERROR   : your_reolink_camera: ffmpeg process is not running. exiting capture thread...
2024-12-13 18:35:51.920169803  [2024-12-13 11:35:51] frigate.video                  ERROR   : your_reolink_camera: Unable to read frames from ffmpeg process.
2024-12-13 18:35:51.920637698  [2024-12-13 11:35:51] frigate.video                  ERROR   : your_reolink_camera: ffmpeg process is not running. exiting capture thread...
#

and on the go2rtc log:

error="streams: exec/rtsp\n[in#0 @ 0x55740d30db00] Error opening input: Invalid data found when processing input\nError opening input file http://10.0.x.x/flv?port=1935&app=bcs&stream=channel2_sub.bcs&user=admin&password=PASS
min.\nError opening input files: Invalid data found when processing input\n" stream=your_reolink_doorbell_sub
crisp abyss
crisp abyss