-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebRTC and two way audio #1551
Comments
Exec source support backchannel. You can check examples in the readme |
Hi,
when I open the webrtc link: https://XXXXXXX.XXXXXX.net:8443/webrtc.html?src=dueway&media=video+audio+microphone I can see this info for the stream:
But I still can't hear any audio from either the raspberry or the browser client.... Any suggestion on how to fix this ? Thanks, Gianantonio. |
The settings seem to be fine. Data is being transmitted. Bytes values are increasing. |
Hi and thank you for your amazing work.
I'm in a scenario in wich I'm trying to configure a RPI3 with RPI camera module and raspiudio mic v3 as
Go2RTC is installed on the Raspberry PI 3
Everything works fine, but I can't understand if two way audio is possible or not.
In the Readme.md is written that two way audio is possible via browser/WebRTC and with exec source. But I don't understand and I've not been able to redirect the talkback channel or the {input} to ffmpeg to reproduce the audio on the raspberry audio card (alsa)
Do you think such a configuration would be possible ? If there is a "talkback" stream coming from the browser is it possible to redirect to the local audio card even using ffmpeg or exe ??
Many thanks,
Gianantonio
The text was updated successfully, but these errors were encountered: