stream_filter/httplive.c: separate HLS playlist reload into another thread
Reloading HLS m3u8 file for live playback in a separate track. It used to piggy back on the download track, which made it reload less often. Since it would check the m3u8 file reload once after each download, which generally takes longer then the suggested m3u8 reload algorithm.
Showing
Please register or sign in to comment