You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
vlcPlayer.playlist.stop() not work in this snippet, and the vlcplayer will continue play next.
I want to pause the playing 10s after one video end. and then continue playing.
How to fix it? Thanks a lot.
The text was updated successfully, but these errors were encountered:
Don't sure if it will work, but you could use timer with repeat: false and interval set to some very small value, and do stop in onTriggered.
Other option could be use Single playlist mode. In this case playlist will not automatically advance to next item.
yes, I use timer with interval 10s. but it not work.
onMediaPlayerEndReached event triggered, then auto play next, pause or stop both not work.
Thanks.
vlcPlayer.playlist.stop() not work in this snippet, and the vlcplayer will continue play next.
I want to pause the playing 10s after one video end. and then continue playing.
How to fix it? Thanks a lot.
The text was updated successfully, but these errors were encountered: