stream_filter/httplive.c: download 6 segments from start point
The HLS plugin downloads all segments as fast as possible once started. This is not very friendly to HLS servers, because it equals a full download of the movie in one go. However by downloading only a certain amount (say 6 segments, which is about 60 seconds usually) the load on the server is spread.
Showing
Please register or sign in to comment