|
Hello,
I'm trying to get live audio playing from an rtsp server, and echo cancellation with webrtcdsp. Is this possible? I'm running into issues where the echo cancellation does next to nothing.
My Test pipeline:
gst-launch-1.0 rtspsrc location=rtsp://192.168.1.30 latency=0 ! queue ! rtpmp4gdepay ! aacparse ! avdec_aac ! audioconvert ! audio/x-raw,rate=48000 ! webrtcdsp delay-agnostic=true ! webrtcechoprobe ! pulsesink
Thanks
Sean
|