M
M
Mitrandil2016-11-29 11:14:35
PHP
Mitrandil, 2016-11-29 11:14:35

How to broadcast video on a schedule on the site?

Hello!
Tell me how to implement scheduled video broadcasting? (analogue of TV). Several video files will be stored on the server, they need to be broadcast to the site at a certain time, preferably with the ability to queue videos. What technologies can be used to implement this? Does anyone have a ready solution?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene Volf, 2016-11-29
@Wolfnsex

I’m not sure about ready-made solutions, but it’s not difficult to assemble something like that on my own (which is actually what some ... streamers do). Details can be read here . Among other things, there is an example of how to broadcast audio files in a row, according to a similar scheme, I think you can do it with video files.
Also, you can make a schedule using at or cron , or using simple scripts created to implement your specific tasks.

D
Dmitry Ivaneychik, 2016-11-29
@DmitryIvaneychik

PHP has nothing to do with it. You just need to install a streaming server, open source ones are enough.
https://ru.wikipedia.org/wiki/List_flow_systems...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question