Nginx Video Streaming
Nginx Video Streaming
Hello,
I activate nginx flv streaming with
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.
I activate nginx flv streaming with
Code: Select all
location ~ /.flv$ {
flv;
}
Is there any way to fix this ?
Regards.
Re: Nginx Video Streaming
From guide - yes, there is a way - use player and prepare flv.
http://www.iinuu.eu/en/it-guru/flv-stre ... player-5-1
http://www.iinuu.eu/en/it-guru/flv-stre ... player-5-1
Re: Nginx Video Streaming
I try to write root in nginx configuration, but this it isn't working too.
Re: Nginx Video Streaming
Try 3-6 steps in this guidenisgeo wrote:I try to write root in nginx configuration, but this it isn't working too.