Files
rtsp-simple-server/docs/3-read/06-hls.md
T
2026-03-13 14:13:42 +01:00

628 B

HLS

HLS is a protocol that works by splitting streams into segments, and by serving these segments and a playlist with the HTTP protocol. You can use MediaMTX to generate a HLS stream, that is accessible through a web page:

http://localhost:8888/mystream

and can also be accessed without using the browsers, by software that supports the HLS protocol (for instance VLC or MediaMTX itself) by using this URL:

http://localhost:8888/mystream/index.m3u8

Some clients that can read with HLS are FFmpeg, GStreamer, VLC and web browsers.