-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Multi Audio supporting #851
Comments
Are you looking for:artplayer-plugin-hls-control |
Thanks @zhw2590582! That's exactly what I am looking for |
@zhw2590582 I had two questions
|
You can add the plug-in after the player initialization is completed, and then I tested that the video:ended event was triggered normally. demo |
in demo what you have done in this part
currently I am doing exactly this but what I am saying is on changing of some variable if you try to add some plugins it doesn't work my implementation but in this code problem is after initialization of player if autoSkipInto variable changes it doesn't affect the plugins adding scenario: initaily the autoSkipIntro was false and player has initialized but in between of playing video if it gets true the it doesn't do that plugins adding portion |
getting this error when adding this lines
my full code
|
I have tested the m3u8 link with several other option and also with standalone hls.js it's not giving any error. But this error is only coming in artplayer when tyring some events (i.e: here is the comparison with artplayer it can't read some packets 2024-10-30.19-29-59.online-video-cutter.com.mp4same link with normal hls.js standalone library 2024-10-30.19-29-59.online-video-cutter.com.1.mp4it will be really helpful if you can tell the issue here |
Currently is there any option that the player supports multiple audios along with multiple qualities of the hls stream?
The text was updated successfully, but these errors were encountered: