'Encoder hls video to Http Stream

I have a encoder that provides me a .m3u8 stream link. I want to stream it with a server. My encoder can handle only 100Mbps data. So i want my server to get the file from the encoder and stream it. How can i empliment it. How to stream an .m3u8 video in browser

I tried it with node-media-server. It provides me .flv .m3u8. But i couldn't stream that in browser



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source