On Thu, Nov 2, 2017 at 7:19 PM, Iurii Medvedev wrote:
> You can use nginx as video streaming server.
I'm already using nginx
> Its mean you can push or pull
> to/from nginx.
I'm already pulling from nginx
> Create hls playlist and your player can stream video.
this topic is nothing to do with a
On Thu, Nov 2, 2017 at 6:52 PM, Roman Arutyunyan wrote:
> Hi Anthony,
>
> On Thu, Nov 02, 2017 at 04:29:04PM +, Anthony Griffiths wrote:
>> I'm running nginx-1.12.2 on a centos 6 server and I've had success
>> with it streaming live video to a mobile phone. I fo
I'm running nginx-1.12.2 on a centos 6 server and I've had success
with it streaming live video to a mobile phone. I followed the
instructions here:
https://www.vultr.com/docs/setup-nginx-on-ubuntu-to-stream-live-hls-video
this page uses mpegurl m3u8 as the streaming protocol. My question is
are th
I've installed nginx-1.12.2 on a centos 6.9 server and got it running
and streaming live video. I compiled it from source using the
instructions here:
https://www.nginx.com/resources/admin-guide/installing-nginx-open-source/
My main aim is to get nginx streaming live video to phones but more of
tha