Error raised in the period eviction spotted on PS5 #7722
Labels
component: DASH
The issue involves the MPEG DASH manifest format
priority: P1
Big impact or workaround impractical; resolve before feature release
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate open issues?
Yes
If the problem is related to FairPlay, have you read the tutorial?
No
What version of Shaka Player are you using?
today in 4.12.1
Can you reproduce the issue with our latest release version?
We working on this i will let you know shortly
Can you reproduce the issue with the latest code from
main
?We working on this i will let you know shortly
Are you using the demo app or your own custom app?
Yes
If custom app, can you reproduce the issue using our demo app?
What browser and OS are you using?
Today we spotted it on PS5
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
https://d24rwxnt7vw9qb.cloudfront.net/v1/dash/e6d234965645b411ad572802b6c9d5a10799c9c1/All_Reference_Streams/ee565ea510cb4b4d8df5f48918c3d6dc/index.mpd
What configuration are you using? What is the output of
player.getNonDefaultConfiguration()
?default with a limitation of the ABR to the smallest rendition to avoid and Quality switch
player.configure("abr.restrictions.maxBandwidth", 10e3);
What did you do?
Play for more than 1h
What did you expect to happen?
No error message
What actually happened?
We are seeing this error message
Type Error undefined is not an object evalating s.segmentIndex
Look associated to cleanStreamMap_() {
if (stream.segmentIndex && !stream.segmentIndex.isEmpty()) {
Where stream is undefined....
Are you planning send a PR to fix it?
If i found the issue yes
The text was updated successfully, but these errors were encountered: