D
D
Dima Shishkin2014-04-16 09:44:08
Video
Dima Shishkin, 2014-04-16 09:44:08

How to implement video playback on a site from a folder?

Good afternoon.
There is such a task: to play video from a certain pack on the server on the site.
Tell me which way to dig, so far I don’t understand how to approach the issue and where to start searching. Yandex did not help :-(

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
script88, 2014-04-16
@Shugich

Pretty primitive html5 solution

<video controls="controls">
<source src="movie.m4v" type="video/mp4" /> 
<source src="movie.ogg" type="video/ogg" /> 
</video>

htmlbook.ru/html/video
htmlbook.ru/html/source

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question