Streaming media network protocol -- HLS
Introduction to HLS
HLS (HTTP Live Streaming), fully known as HTTP Live Streaming, is a media streaming protocol based on HTTP proposed by Apple company to realize the transmission of real-time audio and video streaming.
1. Principle
The server cuts the code stream into small media segments (usually one in 10 seconds) that can be downl ...
Posted on Sun, 05 Dec 2021 20:44:14 -0500 by mj_23