V
V
Vadim19892021-05-27 20:03:41
Software players
Vadim1989, 2021-05-27 20:03:41

Is there a simple technology / player on the site to play videos in the background?

The task is the following - there is a cutting of several mini-rollers. The task is to spin them in a circle on the site in the background (without sound, with the ability to turn it on).
Does YouTube allow you to do such things (for example, through a conditional playlist), or are there some more convenient methods?

Thanks to

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Spartak (Web-StyleStudio), 2021-05-27
@Spartak-2205

YouTube iframe API

C
chubahu, 2021-05-29
@chubahu

You can build such a player in PlayerJS for free. Or write your own logic with the video tag without controls and sound.

<video autoplay  muted  playsinline>
  <source src="видос" type="video/mp4">
</video>

The end of the video can be caught with the ended event and update the src.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question