Is audio/mpeg type supported by MediaSource? The doc states that it is: https://msdn.microsoft.com/en-us/library/dn254964.aspx
I tried the following in IE11 on Win8.1:
MediaSource.isTypeSupported('audio/mpeg');
It returns FALSE. I get the same in Edge on Win10.