Open
Description
media-source-buffer stays silent on Safari, unless this line is added (and the permission to use microphone is granted):
navigator.mediaDevices.getUserMedia({ audio: true, video: false });
I could not figure out whether this is a bug on Safari, or is it an undocumented behavior.