Reolink TrackMix PoE [Config Support]: for 2 way audio #19509
Replies: 4 comments 6 replies
|
For two-way audio with Reolink cameras, you need to configure both the HTTP-FLV stream and an RTSP stream. The Reolink doorbell configuration shows the proper setup for two-way talk functionality (2). Your current configuration has an issue with the go2rtc stream setup. For Reolink cameras with two-way audio support, you should configure it like this: go2rtc:
streams:
voordeur:
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus"
- rtsp://reolink_ip/Preview_01_subThe documentation specifically states that for Reolink doorbell two-way audio: "It is important that the http-flv stream is still used for stability, a secondary rtsp stream can be added that will be using for the two way audio only" (2). Also ensure HTTP is enabled in your camera's advanced network settings (2). The live view documentation mentions that to use two-way talk with Frigate, you should see the Live view documentation (2). The issue you're experiencing with the video disappearing and showing a black circle when enabling the microphone suggests the stream configuration isn't properly set up for two-way communication. The HTTP-FLV stream provides stability while the RTSP stream handles the two-way audio functionality (2). 📚 Sources: Have another question? Just tag @inkeep. |
|
See the documentation: https://docs.frigate.video/configuration/live/#two-way-talk You have not set up audio correctly to work with WebRTC. |
|
cant get it working. 👎 i dont understand. |
|
I got it working. I forgot to open up port 8555 in the firewall. And the scrambled video when enable 2 way speak is resolved with the latest update of frigate. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem you are having
Hi All,
I have all working, However 2 way speak is not working in Frigate. When i am using live view i have audio and video but when i want to enable the mic the video goes away and i see only a round black circle circling. What could be the problem here??
Version
latest
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
-Operating system
Debian
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
Other
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
All reactions