Adjusting constants to deal with media gaps not reflected in manifests #670
Labels
status: archived
Archived and locked; will not be updated
type: question
A question from the community
zzz-outdated: Chrome PTS/DTS bug
Related to the Chrome PTS/DTS bugs that were present from 2016 - 2019; do not use for new issues
What version of Shaka Player are you using? 2.0.0
Can you reproduce the issue with our latest release version? Yes
I am using Shaka to play DASH manifests from a source where the manifest reports no gap, but the underlying video segments, once loaded, do show gaps as evidenced by multiple source buffers in the video element (i.e. video.buffered.end(i+1) - video.buffered.start(i) > 0). These gaps may differ between browsers (e.g. Chrome and Firefox). In an effort to "play through" gaps, I would like the ability to dynamically control, based on the browser and/or manifest source, what are now constants, specifically:
Can these values be changed from constants to variables that may be adjusted at runtime?
The text was updated successfully, but these errors were encountered: