Description
-
What version of Shaka Player are you using?
2.0.2 -
Can you reproduce the issue with our latest release version?
Yes -
Can you reproduce the issue with the latest code from
master
?
Yes -
Are you using the demo app or your own custom app?
Custom app -
If custom app, can you reproduce the issue using our demo app?
Yes -
If custom asset, what manifest and license server URIs?
http://w9nnd57mi5zm5.cloud.elementaltechnologies.com/out/u/live-dash.mpd -
What did you expect to happen?
Only one video resolution to be preloaded -
What actually happened?
All available video resolutions were preloaded, producing a delay of approximately 15 seconds between manifest load finish and actual video start.
Hi everyone, just to add more info I'll say that the situation is the following:
I'm loading mentioned manifest which has 3 different resolutions available (960px, 640px, 480px).
By the looks of it(in network tab) all 3 resolutions are preloaded and buffered and then only one is actually played.
Is there a way to configure desired resolution before/during manifest load? Just to avoid the loading delay or is it something wrong in the manifest itself?
Thanks guys