ossrs / srs-unity

WebRTC Samples with SRS SFU server for Unity.
https://ossrs.io
MIT License
64 stars 9 forks source link

There is an echo during the call #3

Closed cnjssj closed 1 year ago

cnjssj commented 1 year ago

I want to build a conferencing software, but there is an echo during the call. It may be that the echo cancellation is not done. Is there any solution?

winlinvip commented 1 year ago

Any updates?

cnjssj commented 1 year ago

After debugging, I found that the root cause of the noise is that unity-webrtc does not implement echo cancellation. I checked and the official said that this function will be implemented in the future. https://github.com/Unity-Technologies/UnityRenderStreaming/issues/563 Solving this problem is difficult for us. Does this mean that we need to wait for the official implementation of unity-webrtc?

winlinvip commented 1 year ago

Yep, we can do nothing but wait. So I would close this issue.

Seems will support in next version, see https://github.com/Unity-Technologies/com.unity.webrtc/issues/587#issuecomment-1374792618