HTTP Live Streaming HLS

example of creating an HTTP Live Stream video stream from an h.264 video file.

Prerequisites

Running

# create segments for HTTP Live Streaming from media file
mediafilesegmenter \
  -f ./public \
  ./assets/video/SampleVideo_1280x720_10mb.mp4

cd public
python -m SimpleHTTPServer 8000
open http://localhost:8000/

Resources