-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolution disappear if network intermittent #4408
Labels
priority: P1
Big impact or workaround impractical; resolve before feature release
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Comments
joeyparrish
added
the
priority: P1
Big impact or workaround impractical; resolve before feature release
label
Aug 18, 2022
Confirmed. I think this has to do with a feature that was added to restrict tracks when requests start to fail. (PR #4189) |
This issue affects all v4.1 and v4.2 releases. |
joeyparrish
added a commit
to joeyparrish/shaka-player
that referenced
this issue
Aug 18, 2022
Introduced in shaka-project#4189, as a side-effect of restricting tracks when a network failure occurs. We should not trigger such restrictions when the browser is known to be offline. Closes shaka-project#4408
joeyparrish
added a commit
that referenced
this issue
Aug 18, 2022
avelad
pushed a commit
that referenced
this issue
Aug 31, 2022
avelad
pushed a commit
that referenced
this issue
Aug 31, 2022
github-actions
bot
added
the
status: archived
Archived and locked; will not be updated
label
Oct 17, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
priority: P1
Big impact or workaround impractical; resolve before feature release
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Have you read the FAQ and checked for duplicate open issues?
Yes.
What version of Shaka Player are you using?
v4.1.2
Can you reproduce the issue with our latest release version?
Yes.
Can you reproduce the issue with the latest code from
main
?Probably.
Are you using the demo app or your own custom app?
Both.
If custom app, can you reproduce the issue using our demo app?
Yes.
What browser and OS are you using?
Google Chrome.
What did you do?
Go to, https://shaka-player-demo.appspot.com/demo/#audiolang=en-US;textlang=en-US;uilang=en-US;asset=https://storage.googleapis.com/shaka-demo-assets/sintel-widevine/dash.mpd;adTagUri=https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/124319096/external/ad_rule_samples&ciu_szs=300x250&ad_rule=1&impl=s&gdfp_req=1&env=vp&output=vmap&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ar%3Dpremidpostpod&cmsid=496&vid=short_onecue&correlator=;panel=HOME;build=uncompiled
Select a resolution (818 maybe), then Press
F12
open chrome dev tool, go to network tab and selectOffline
, wait about 20s, now check resolution on player, it all gone (see image below).What did you expect to happen?
Resolution still there.
What actually happened?
Resolution disappear.
The text was updated successfully, but these errors were encountered: