Skip to content
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

UI not updates/refreshes after loading a new file. #6720

Closed
mrx1983 opened this issue May 31, 2024 · 2 comments · Fixed by #6721
Closed

UI not updates/refreshes after loading a new file. #6720

mrx1983 opened this issue May 31, 2024 · 2 comments · Fixed by #6721
Assignees
Labels
component: UI The issue involves the Shaka Player UI priority: P2 Smaller impact or easy workaround type: bug Something isn't working correctly
Milestone

Comments

@mrx1983
Copy link

mrx1983 commented May 31, 2024

Have you read the FAQ and checked for duplicate open issues?
yes.

What version of Shaka Player are you using?

4.8.5

Are you using the demo app or your own custom app?
my custom website.

What browser and OS are you using?
Windows 10, Chrome

What did you do?

I use the Player with the UI.
When i have an mpd file loaded, and i use the load method from the player to load a normal native webm file, the webm gets loaded without a problem, but the UI isn't updated or refreshed. It still contains the tracks from the mpd file before.
As a workaround i used the ui.configure() method after loading the webm. with the workaround the UI gets updated.

What did you expect to happen?
That the UI updates/refreshes after the new webm video loads, without the need to call the ui.configure() method after it.

What actually happened?

The UI isn't updated or refreshed. It still contains the tracks from the mpd file before.

Are you planning send a PR to fix it?
no, i guess that is a job for the professional users here.

@mrx1983 mrx1983 added the type: bug Something isn't working correctly label May 31, 2024
@avelad avelad added component: UI The issue involves the Shaka Player UI priority: P2 Smaller impact or easy workaround labels May 31, 2024
@avelad avelad added this to the v4.10 milestone May 31, 2024
@avelad avelad self-assigned this May 31, 2024
@avelad
Copy link
Collaborator

avelad commented May 31, 2024

@mrx1983
Copy link
Author

mrx1983 commented May 31, 2024

thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: UI The issue involves the Shaka Player UI priority: P2 Smaller impact or easy workaround type: bug Something isn't working correctly
2 participants