Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix live segment list #3369

Merged

Conversation

dsilhavy
Copy link
Collaborator

@dsilhavy dsilhavy commented Aug 18, 2020

This PR intends to fix various issues regarding the timing model

  • When the MPD is updated, segments are removed and new segments are added. When we request segments based on the index, the index of the last requested segment needs to be adjusted as well. The last requested segment will not be located at the end of the segmentlist anymore. The DashHandler has been modified accordingly
  • The presentation time calculation for SegmentList and SegmentTemplate did not consider the startNumber. This is fixed in SegmentUtils
  • ListSegmentsGetter did not consider the startnumber.
  • Add period@start when calculating the availability window for segment timeline manifests without timeShiftBufferDepth
  • Always calculate the availabilityRange for segmentTimeline live manifests based on the segments defined in the MPD

This should fix issues observed in //wowzaec2demo.streamlock.net/live/bigbuckbunny/manifest_mvlist.mpd

@dsilhavy dsilhavy merged commit 9cb03b7 into Dash-Industry-Forum:development Aug 21, 2020
@dsilhavy dsilhavy deleted the fix-liveSegmentList branch June 26, 2021 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant