V
V
Vitalik logvinenko2014-07-18 14:10:40
Python
Vitalik logvinenko, 2014-07-18 14:10:40

How to organize playback of 10 video files in one stream?

The server has 10 video files of 3 minutes each. You need to play them on the site in one player in turn, but so that the hitch is not visible when moving from one file to another, i.e. it should look like it's playing a single file. Tell me how this can be implemented? What is the best player for this or implement your own on html5?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrey K, 2014-07-18
@Miren

Cut files into HLS stream and throw them into one playlist.

A
Alexander Borisovich, 2014-07-18
@Alexufo

Only buffering i.e. caching on the client and most likely will not work, because each file has a delay for buffering before playing. At least there will be some delay.
It is possible... to slip into the stream on the server when selecting the necessary files, so that the player does not guess that the stream is new. But most likely it won't work. Frames fly out on normal video with some kind of brakes.
Everything needs to be tested.

M
Maksim Zverev, 2014-07-18
@m1skam

Here's a preview: www.fragmentlabs.com/blog/developing-with-html5-vi...
Here's how it works with audio: www.html5rocks.com/en/tutorials/webaudio/intro

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question