-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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] No audio when using G.711 16000 Hz? #2848
Comments
Please provide a server log with option "logLevel" set to "debug" in which the handshake with the camera is visible. |
This is from a wyze cam which doesn't have native RTSP, so I'm using an SDK to pipe the audio and video into ffmpeg and publish to MTX.
|
After some testing it was discovered that Chrome currently blocks PCMU or PCMA tracks with a sample rate different than 8000, due to this line: Therefore we cannot add support for 16khz PCMU/PCMA in WebRTC. |
even though we could convert PCMA/PCMU to PCM, which seems to be supported.... |
This issue is mentioned in release v1.8.3 🚀 |
Which version are you using?
v1.1.1
Which operating system are you using?
Describe the issue
No audio in WebRTC when using G.711 (alaw and mulaw) 16000 Hz.
Audio in other streams works as expected.
Seems to work fine if re-encoding to opus or using G711/8000.
Describe how to replicate the issue
Did you attach the server logs?
no
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: