coder_life
How to play RTSP or RTMP stream in IE browser
Many developers have been troubled by how to build low-latency RTSP or RTMP playback in the IE browser environment. For RTSP streaming, many companies usually convert RTSP to RTMP, and then distribute it to the RTMP server, and then the server to http -flv comes out, the browser directly plays the http-flv stream, or directly plays the RTMP stream through the flash control, and that is, the hls stream is converted, the disadvantage is that the hls stream has a greater delay. The above solution i