Skip to content

Fix MSS live seeking

Created by: bbert

This PR is fixing a bug when seeking MSS live streams to DVR window range start. While seeking to range start, segment timeline could be updated at the same time, thus having first segments to be removed from timeline. This PR is fixing also an issue regarding SegmentInfo requests that could be aborted when seeking.

Merge request reports