Page 1 of 1

Nginx Video Streaming

Posted: Sat Mar 28, 2015 8:36 am
by nisgeo
Hello,

I activate nginx flv streaming with

Code: Select all

location ~ /.flv$ {
	flv;
}
it's display flv video. too there is start parameter, but video is not forwarding and starting from first second.

Is there any way to fix this ?

Regards.

Re: Nginx Video Streaming

Posted: Sat Mar 28, 2015 8:53 am
by skurudo
From guide - yes, there is a way - use player and prepare flv.

http://www.iinuu.eu/en/it-guru/flv-stre ... player-5-1

Re: Nginx Video Streaming

Posted: Sat Mar 28, 2015 10:17 am
by nisgeo
I try to write root in nginx configuration, but this it isn't working too.

Re: Nginx Video Streaming

Posted: Sat Mar 28, 2015 10:44 am
by skurudo
nisgeo wrote:I try to write root in nginx configuration, but this it isn't working too.
Try 3-6 steps in this guide