Relative Content

Tag Archive for audiohtml5-audioaudio-streamingmediarecordermediarecorder-api

Error playing audio: DOMException: The element has no supported sources

I’m working on a project where I’m capturing audio from the user’s microphone using getUserMedia and sending it to a server via WebSockets. The server then broadcasts this audio to other users. However, I’m encountering an issue when trying to play the audio on the receiving end. I’m getting the error “Error playing audio: DOMException: The element has no supported sources.”