IE11 plays audio stream

now attempts to play audio streams in ie11 or other ie kernel browsers, but ie11 does not support AudioContext so that it cannot be played; another tag, < embed >, does not seem to support decoding buffer, can only play files directly.
has tried to write in flash"s ActionScript3, but there has been little contact before, and I don"t know what code can be used to decode the sound stream. Do you have any AS3 information on audio streams


ie browser cannot play audio streams


in js. I don't know. Prompt the user to change the browser?


check audioContext compatibility, you should be able to understand that ie11 does not support audioContext, that is, you can't get through. But another way: MSE can also play audio streams directly.

Menu