How is playthrough enabled in Video Player?
Question
How can Video Player be configured to continue playing similar videos after the completion of the first video show to the user in Video Player?
Answer
This is set using the data-playthrough
attribute on video player. The default configuration is false
.
To enable playthrough set data-playthrough=true
on the player.
If a playlist is defined on the video, that playlist will be used for playthrough. If left undefined, videos from the same section or site will be selected for playthrough.