http_flv_module not working, any idea please
Andrew Alexeev
andrew at nginx.com
Mon Nov 19 07:14:31 UTC 2012
On Nov 16, 2012, at 11:32 PM, kalasnjikov wrote:
> Flv streaming still does not working
> What I doing wrong?
> server {
> listen xxx.xxx.xxx.xxx:80;
> error_log /var/log/nginx/hp8el1;
> access_log /var/log/nginx/hp8al1;
> server_name domain.com www.domain.com;
> client_max_body_size 1024m;
> root /home/domain/public_html;
>
>
> location / {
> location ~ \.flv$ { flv; }
> error_page 404 = @apache;
> error_page 403 = @apache;
> }
>
> location @apache {
> proxy_pass http://xxx.xxx.xxx.xxx:8081;
> }
>
> }
What exactly is not working? :)
Configuration seems to be valid, flv videos existing on the local storage should be pseudo-streamed by nginx just fine.
If you mean pseudo-streaming does not work for proxied requests, then apparently something's wrong with the Apache configuration. Do you have flv pseudo-streaming in Apache as well?
Cheers
More information about the nginx
mailing list