Welcome! Log In Create A New Profile

Advanced

Re: http_flv_module not working, any idea please

November 19, 2012 02:16AM
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

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

http_flv_module not working, any idea please

nsl June 10, 2011 08:58AM

Re: http_flv_module not working, any idea please

shahzaib1232 June 25, 2012 06:42AM

Re: http_flv_module not working, any idea please

kalasnjikov November 14, 2012 06:17AM

Re: http_flv_module not working, any idea please

Maxim Dounin November 15, 2012 04:14AM

Re: http_flv_module not working, any idea please

kalasnjikov November 15, 2012 04:24AM

Re: http_flv_module not working, any idea please

kalasnjikov November 16, 2012 02:32PM

Re: http_flv_module not working, any idea please

nginxorg November 19, 2012 02:16AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 172
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready