My audio stream needs to start with audio/mpeg, so how do I write my mimeCodec? I tried'audio/mpeg; codecs' but it doesn't work on Firefox and ie
Asked
Active
Viewed 104 times
1
-
Is not a random string. It needs to match the contents of the stream/file. What is the codec of the media you want to play? – szatmary Sep 22 '20 at 14:55
-
@szatmary I want to play an audio stream, which is of audio/mpeg type. I tried mimeCodec which is'audio/mpeg; codecs'. Chrome supports this mimeCodec, but IE and Firefox do not. I want to find one that can be supported on IE and firefox mimeCodec, can you help me? – lijibing Sep 23 '20 at 01:40
-
This is an example of our audio: https://node1.me.deepsound.cn/9ed1a381_baf5beb2d99189a988c0b805e5c838c177021c5ae706b56c.mp3 – lijibing Sep 23 '20 at 01:46
-
See also: https://stackoverflow.com/a/34498784/362536 – Brad Sep 27 '20 at 15:34