We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
After the player loads a source, it can't be updated with a new one.
Add a method to update the source of the player:
player.setSource(new_source) // OR player.setSrc(new_source) OR player.src(new_source)
I tried to update the value of src attribute, but the player doesn't load the new source.
src
Code of the first try:
<video id="player" class="vlite-js"> <source src={source_variable} /> </video>
Code of the second try:
<video id="player" class="vlite-js" src={source_variable} />
The text was updated successfully, but these errors were encountered:
Thank you @rtritto for this problem. Interesting, would you like to try and add this feature?
Sorry, something went wrong.
Sure, I already did the PR #153, I need to test it.
Successfully merging a pull request may close this issue.
If the feature request is for a plugin or provider, specify it here.
No response
If the feature solves a problem you have, specify it here.
After the player loads a source, it can't be updated with a new one.
Describe the proposed feature.
Add a method to update the source of the player:
Describe alternatives you've considered
I tried to update the value of
src
attribute, but the player doesn't load the new source.Code of the first try:
Code of the second try:
Additional context
No response
Related issues
No response
The text was updated successfully, but these errors were encountered: