http_flv_module not working, any idea please
kalasnjikov
nginx-forum at nginx.us
Fri Nov 16 19:32:23 UTC 2012
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;
}
}
Thanks!
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,205650,232931#msg-232931
More information about the nginx
mailing list