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
I can't find any looping functionality in the documentation. I am trying to implement a single video loop for a playlist. Ideally the video would loop until the user selected another video in the playlist.
If there is no looping capability, any suggestions on where to start on building one myself would be greatly appreciated.
Thanks in advance,
-David
The text was updated successfully, but these errors were encountered:
Currently, the way that looping occurs is if you are in a playlist, and there are more items to be played in the playlist, it will play through them, and then loop at the end. It sounds to me like you want it to loop over a single media within the playlist. If this is what you want, it will require some custom code, but it will probably look something like this...
I haven't tested this, but it should work in theory...
I can't find any looping functionality in the documentation. I am trying to implement a single video loop for a playlist. Ideally the video would loop until the user selected another video in the playlist.
If there is no looping capability, any suggestions on where to start on building one myself would be greatly appreciated.
Thanks in advance,
-David
The text was updated successfully, but these errors were encountered: