Wiki: home/jira-projects / HLS Stream Creator



HLS-Stream-Creator is a simple BASH Script designed to take a media file, segment it and create an M3U8 playlist for serving using HLS.

There are numerous tools out there which are far better suited to the task, and offer many more options. This project only exists because I was asked to look into HTTP Live Streaming in depth for an interview, so after reading the IETF Draft I figured I'd start with the basics by creating a script to encode arbitrary video into a VOD style HLS feed.

The project was originally tracked in JIRA with the issues which made up V1.0 being entirely recorded there.

The code itself can be found on Github