-
Notifications
You must be signed in to change notification settings - Fork 6
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
Audio Not Transmitting from Raspberry Pi to Browser in Webrtc Bot #16
Comments
Thanks for reporting this, @kadharsh. We'll need a few days to ensure there is no regression and that the software is functioning correctly. We'll get back to you after confirming. |
Hi @malykhin Thanks a ton for the quick response! Take your time, and I appreciate your efforts. Feel free to reach out if you need any more info or testing on my end. |
Hi @kadharsh
|
Hi @malykhin I've reviewed my setup, and I seem to be following similar steps, but unfortunately, the audio is not coming through on the other side. Am I missing something? But no audio output from the browser, the speaker option in the video player is blacked out. I've tested the microphone by recording a small audio file using this command |
The setup looks good to me. |
I tried using headphones with my PC, but unfortunately, the issue persists. The USB device I am using is Plextone GS3. Additionally, I attempted to use the microphone of the USB webcam Logitech C270, and the problem remained the same. |
I've identified the issue – it was related to ALSA. After installing |
Thank you for this great project.
I've been working on setting up a Webrtc bot following the provided instructions. The project works wonderfully overall. However, I've encountered an issue with audio transmission from the Raspberry Pi to the browser.
I can successfully talk on my PC, and the Raspberry Pi is playing the sound. However, the audio is not transmitted from the Raspberry Pi to the browser. The camera and controls work as expected.
I've tested the audio recording on the Raspberry Pi using the
arecord
command, and it works fine. I can record and playback without any issues. I have also tried thegen2brain/malgo
example codecapture
which was also working fine..env file:
I am using a generic USB audio card for capturing and playing the audio, which I have set as the default card in
/usr/share/alsa/alsa.conf
My setup:
Let me know if you need more details. Appreciate your help!
The text was updated successfully, but these errors were encountered: