-
Notifications
You must be signed in to change notification settings - Fork 126
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
Raspberrypi unable to get audio #411
Comments
hello, i have a similar problem. i can't get the video and audio stream. but my version is: Linux raspberrypi 5.10.92-v8+ #1514 SMP PREEMPT Mon Jan 17 17:39:38 GMT 2022 aarch64 GNU/Linux problem:
how to solve this problem. thanks very much. bro. |
I upgraded to a 64-bit system and can get video and audio normally. However, I find that setting up ICE connections often fails. If you get the answer from the server immediately, the connection must have failed. If ICE negotiations are printed multiple times, then the connection will actually be established. I don't know why. |
Possible duplicate of #407 ? |
I also have the two problems as above, when I use fuction " mediadevices.EnumerateDevices() " to test, it seems some wrong devices list, maybe get some wrong audio devices to the track? |
In the example of mediadevices/examples/webrtc, I comment out the video, s, err := mediadevices.GetUserMedia(mediadevices.MediaStreamConstraints{ the logs: ============ Found Properties ============ DeviceID: af7699b8-1bbc-4617-9468-64a4b0d8ba66 DeviceID: 8473793e-8437-4c05-9b36-7593f42031ef DeviceID: 4b85ac5a-d0aa-458f-82bd-5d1508cfed72 =============== Constraints ============== DeviceID: any ================ Best Fit ================ DeviceID: af7699b8-1bbc-4617-9468-64a4b0d8ba66 |
Please tell me which 64-bit system you selected, thanks |
2022-04-04-raspios-bullseye-arm64.img |
Your environment.
What did you do?
Raspberry PI 32-bit, libopus-dev installed, but still can't get sound。
Hello, I use webrTC example, if open audio, still cannot establish connection. If I comment Audio out, I can make a connection like this:
But if I comment out the Audio item, I can't get the Audio. Is there something wrong with me?
What did you expect?
I can get sound in chromium. I hope I can get sound through opus,please help me
What happened?
The text was updated successfully, but these errors were encountered: