Dynamic manifest transition to static is not supported if the DVR window is sliding #3376
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Hey !
It seems that currently Shaka doesn't support a scenario where it's playing a sliding window dynamic MPD with a timeShiftBufferDepth of 2 hours, and the stream ends after 4 hours by transitioning to static (e.g. the seek range should be [2hours..4hours]), because the presentation timeline uses the
mediaPresentationDuration
as the end of the seek range when the manifest is static.I've made the following change to
presentation_timeline
that seem to work:Is this something that makes sense from your perspective ?
Links to dynamic and static snapshots of the same MPD:
Static MPD: https://drive.google.com/file/d/1kKhmPpdUxZBlYTM3Ra1L4a4VwlN-uJva/view?usp=sharing
Dynamic MPD: https://drive.google.com/file/d/1kMuJT67herziAZuHf1TVnbDL2CvQX4nS/view?usp=sharing
The text was updated successfully, but these errors were encountered: