6
0
Fork
You've already forked hls-test-server
0
A simple server to test HLS audio playback.
  • Python 100%
2026年04月28日 10:22:33 +02:00
cors-http.py Initial simplistic HLS audio server 2026年04月28日 10:14:43 +02:00
README.md Move audio files to audio folder 2026年04月28日 10:22:33 +02:00

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.