Simple server that exposes a directory for video streaming via HTTP Live Streaming (HLS). Uses ffmpeg for transcoding.
This project is cobbled together from all kinds of code I has lying around so it's pretty crappy all around.
- Place ffmpeg and ffprobe binaries in "tools" dir
- Run go run *.go in project root (e.g. go run *.go ~/Documents/)
- Access http://localhost:8080/ui/
See LICENSE.txt