-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
2.5.x, 3.x
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from main
?
Didn't try
Are you using the demo app or your own custom app?
Custom
If custom app, can you reproduce the issue using our demo app?
N/A
What browser and OS are you using?
webOS, Tizen
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
webOS 5.00.35
Tizen firmware 2200.9
What are the manifest and license server URIs?
What configuration are you using? What is the output of player.getConfiguration()
?
Default configuration
What did you do?
Play a live stream with large DVR (several hours) using different versions of Shaka Player on webOS and Tizen TV (low performance devices)
What did you expect to happen?
Playback should be smooth
What actually happened?
Using Shaka Player 2.5.x, Shaka is able to load and process the growing live manifest every few seconds.
Using Shaka Player 3.x, the processManifest
step takes several seconds.
With a 4+h DVR, every time the manifest is reloaded:
- On Tizen, it takes close to 2s
- On webOS, it takes over 10s
There is visibly a considerable performance degradation of the manifest parsing logic, making it barely tolerable on Tizen (UI is frozen during the parsing), and completely unusable on webOS.