stream_filter/httplive.c: NexSegment() look for next segment in *any* of the hls_stream_t's.
NextSegment() assumed that the download thread its hls_stream_t was leading. However this was too simplistic. NextSegment() seeks the segment in *any* of the hls_stream_t, assuming that each segment will be downloaded only once.
Showing
Please register or sign in to comment