R
R
Randewoo2019-10-26 16:20:37
JavaScript
Randewoo, 2019-10-26 16:20:37

Live broadcast emulation?

Hello, I need a player that could emulate a "live broadcast" from a video that would be on my server.
More precisely, it is necessary to remove (or hide) the main functionality of the player from the player.
There are such?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Neverov, 2019-10-26
@TTATPuOT

<video width="320" height="240" autoplay="">
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question