QuantumEntangledAndy / neolink

An RTSP bridge to Reolink IP cameras
GNU Affero General Public License v3.0
257 stars 41 forks source link

Audio backchannel (two-way audio) #138

Closed savikko closed 11 months ago

savikko commented 11 months ago

I found this project while trying to get Reolink E1 Zoom to support two-way audio via go2rtc.

Go2rtc supports "RTSP cameras with ONVIF Profile T (back channel connection)".

So the question is, does Neolink support that ONVIF Profile T?

I tried to investigate this from the source but being totally incompetent on RTSP, could not find out that by myself.

neolink talk works great on the camera.

QuantumEntangledAndy commented 11 months ago

Dosent do ONVIF at all. Id like to add it one day but since there is not many onvif server code available in rust it seems I'd have to implement it myself which will take some time.

savikko commented 11 months ago

Thanks, this clears up the situation.