Hey there, a question for everyone that already got this working. whatās the delay on the backchannel? for me, everything iāve tried seem to make my streams from the doorbell to the computer go just fine (<500ms delay) but the delay for the audio from my mic to the doorbell is MASSIVE (>2000ms)
is this normal for this configuration or do yours work better? pinging @peveleigh and @mobile.andrew.jones who seem to have this working
Just got it working. The delay is about 4 - 5 seconds over 5G (from saying something to actually hear it from doorbell), which means it is mostly useless.
I spent two days to get this working, but now I think I will have to use app for two-way. Anyone else got any clues?
Thank you peveleigh for the initial post. Finally I got my reolink workingā¦ but only for few hours - than it will suddenly freeze - no error shown.
I want to use it on a family hub fridge screen - unfortunatly with Tizen OS causing all kinds of strange issues. But usually it is or is not working there ā¦ but crash / freeze after few hoursā¦ idea? The default reolink integration works - but only with this once per 10 second refresh.
What IS your delay of the Video Stream? I tried it with frigate and RTC. But i Always have a delay of around 5 Seconds. In the reolink App and in the device IP everything IS fine
Is the wireless version of the Reolink doorbell different, or did something break in a firmware update? Iāve entered in my go2rtc and webrtc configs exactly as the original post, but I canāt get any audio working. I access my HA strictly through the cloud config for secure access, and when I open up the camera stream I can see the mic icon on my phone activate, but no audio in either direction. I can use the Reolink app with 2-way audio just fine so the doorbell itself isnāt the issue
Thanks, that format at least got 1-way audio working, I can receive audio from the doorbell to my phone. But the other way still isnāt working, the doorbell will not play any audio unless I use the Reolink app. FYI this is what I have in my webrtc card
Did you do anything to fix this? I am using frigate card. I have downgraded but am running into the issue of still not passing audio from my mic on my phone or pc to the doorbell. It works doesnāt explain how, do you mind elaborating please?
if you just care about live view then both are similar. The frigate card offers more features when it comes to historical views of activity and recordings
This has been driving me crazy. So far I have not been able to get a camera stream to display properly. I am getting a message that says āNo frames have been received, check error logsā.
ERROR : reolink: Unable to read frames from ffmpeg process.
Copy/pasting my comment from the GitHub issue here for visibility:
Hi All, using the latest version (1.9.2) of go2rtc, I have managed to use the 2 way talk functionality in QuantumEntangledAndy/neolink with the exec source in go2rtc. Instead of approx 3 seconds, my 2 way audio delay is close to the reolink app now.
Iām using it now with frigate, but that involves installing gstreamer, etc into the docker container, as well as using the latest go2rtc instead of the included v1.8.4. An easier way to test is using Alexās WebRTC card/integration and setting media: video,audio,microphone.
The ffmpeg pipe into neolink is faster than using fdsrc fd=0 ! audio/x-alaw,rate=8000,channels=1 in the neolink command from my testing. Iām sure there is a gstreamer pipeline option which will make it just as fast, but I donāt know what it is. Please tell me everything wrong with the command above and help make it better