• How to Configure PHP Codeigniter Routes

    Codeigniter routes are a way of remapping the URI pattern to a particular controller. By default, the index function of the default controller is invoked, but you can override this behavior by specifying a different controller and/or function: In the example above, if the “blog” controller has an “article” function, it will be invoked for…


  • Enable HLS native playback in your browser


    Enable HLS native playback

    What is HLS Native Playback? If you’re looking to add HLS native playback to your web app, there are a few things you need to know. Firstly, HLS is a streaming protocol used by Apple. It’s based on MPEG-4, which means it can be used to stream both video and audio. Second, HLS is not…




  • Live stream player – the most popular video players compared

    Live streaming is becoming more and more common as internet technology continues to make what used to be expensive and complex, simple and cheap. This means that more people are watching video online, and the need for a live stream player becomes more essential to web publishers. Part of the puzzle is using a compatible…