stream_filter/httplive.c: HLS stream size calculation
The function hls_GetStreamSize() calculates the HLS stream size in bytes, based upon information found in the .m3u8 file. The sum of each segment duration (in seconds) times bandwith in bytes (hls->bandwidth/8).
Showing
Please register or sign in to comment