mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.95k stars 600 forks source link

Is two-way audio supported? #304

Closed mutasim closed 4 years ago

mutasim commented 4 years ago

Use case: I have an ONVIF compliant camera, which supports RTSP backchannel audio. I want to build a browser based, audio-only intercom for receiving but also sending back audio over WebRTC.

Does this project support the sending of WebRTC audio back to the RTSP feed?

mpromonet commented 4 years ago

Hi mutasim, This is actually not implemented, but the audio can be sent to server using : webRtcServer.connect(url.video,url.audio,options,stream) where stream is coming from something like navigator.mediaDevices.getUserMedia({audio: true}) Next you should find a way to forward to the RTSP consumer, and then make stuff in live555 to send audio through the RTSPClient object. Best Regards, Michel.

AleXoundOS commented 3 years ago

@mutasim, have you succeeded?

mutasim commented 3 years ago

No sorry - no progress from me. On 23 Aug 2021, 01:15 +0100, Alexander T @.***>, wrote:

@mutasim, have you succeeded? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.