Unexpected "There is a gap/overlap between Periods" #909
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate issues: no
What version of Shaka Player are you using: 2.1.4-debug
Can you reproduce the issue with our latest release version: unknown
Can you reproduce the issue with the latest code from
master
: unknownAre you using the demo app or your own custom app: shaka-player-demo.appspot.com
If custom app, can you reproduce the issue using our demo app: N/A
What browser and OS are you using: Chrome 58 on Windows 10.
What are the manifest and license server URIs: https://media.axprod.net/TestVectors/v8-MultiContent/Clear/Manifest.mpd
Detailed content description available at https://github.com/Axinom/dash-test-vectors
What did you do?
Pressed the Load button
What did you expect to happen?
Video plays without any errors/warnings.
What actually happened?
On manifest load, I get a warning saying
There is a gap/overlap between Periods
in the console. This is unexpected, as the timing appears correct based on my quick back of the envelope math.Exploration of the variables involved shows the comparison leading to the warning is between
periodDuration = 10.197000000000344, givenDuration = 10.197
which makes me think some floating point shenanigans is to blame.Possibly related: #882
The text was updated successfully, but these errors were encountered: