A simple server to test HLS audio playback.
| cors-http.py | Initial simplistic HLS audio server | |
| README.md | Move audio files to audio folder | |
HLS audio minimalist server
A server to test HLS audio playback. Run as:
python cors-http.py {port}
It will expose a song at http://0.0.0.0:{port}/audio/song.m3u8 of which only four 10s segments are available. This is enough to test playback, and also useful to test stalling playback.