G
G
gach2017-11-28 12:46:50
Nginx
gach, 2017-11-28 12:46:50

Which web server to choose for video hosting - lamp, nginx, iis?

Hello. Please tell me on which platform it will be more efficient to implement home video hosting.
I want to create a site - mysite.com, upload my favorite movies there, and watch from anywhere in the world.
The first thing that came to mind was LAMP, but I'm not sure if it will be effective. Please tell me the best way to do it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
Boris Syomov, 2017-11-28
@gach

In the simplest case, you will need nginx with the mp4 module ( nginx.org/ru/docs/http/ngx_http_mp4_module.html). Also, the video will have to be compressed into the desired format, and the metadata will have to be moved to the beginning. ffmpeg can do this, for example.

F
Fixid, 2017-11-28
@Fixid

Nginx + nginx_mod_h264_streaming
Building Nginx with the necessary modules https://habrahabr.ru/post/151432/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question