What is HLS?
Updated: 2022-05-24 10:09:08
HLS (HTTP Live Streaming) is a protocol defined by Apple for real-time streaming. HLS is implemented based on the HTTP protocol, and the transmission content consists of two parts: the M3U8 description file and the TS media file.
- M3U8 File
Describes media files in text format, composed of a series of tags. [ws_table id="28"]
- TS File
A file format defined by DVB for audio and video network transmission, where audio and video are interleaved based on timestamps. Each data packet is 188 bytes in size.
