I want to play a stream of audio blobs that came from a MediaRecorder
I have a website containing this piece of javascript angular code:
This is a MediaRecorder of type https://developer.mozilla.org/nl/docs/Web/API/MediaRecorder
This sends the data from the MediaRecorder in 'audio/webm' format to the server
Server:
All this does is relay the blobs coming in from the MediaRecorder to all the connected clients
Apps (Connected clients)
This console logs:
And:
How can I play this audio blob stream on the client side?
OK, I solved this one some time ago by adding an encoding to the ByteArrays which were being sent