segment_reference.js:119 Assertion failed: startTime must be less than endTime #1223
Labels
status: archived
Archived and locked; will not be updated
status: duplicate
A duplicate of another issue; should be closed after linking to the original issue
Have you read the FAQ and checked for duplicate issues:
yes
What version of Shaka Player are you using:
v2.3.0
Can you reproduce the issue with our latest release version:
unknown
Can you reproduce the issue with the latest code from
master
:unknown
Are you using the demo app or your own custom app:
demo app
If custom app, can you reproduce the issue using our demo app:
N/A
What browser and OS are you using:
Chrome 63 on Windows 10 v1709
What are the manifest and license server URIs:
URL currently unavailable, attaching manifest:
Manifest.txt
What did you do?
Press Load to start playing in the demo app.
What did you expect to happen?
Playback starts with no assertions, errors or warnings.
What actually happened?
I see the following assertion repeating in the console (quite a lot, seems like once a second at least) and playback does not start.
When this happens endTime is 0. This seems to be because periodDuration is null, so segment end time clipping produces 0. I am not familiar enough with Shaka logic to guess why periodDuration is null but indeed - the last period in the manifest does not have a fixed duration - it lasts forever - so it seems somwhat reasonable.
The text was updated successfully, but these errors were encountered: