nginx flv pseudo stream not working
shahzaib mushtaq
lists at ruby-forum.com
Tue Jun 26 07:39:22 UTC 2012
hello, i compile my nginx 0.9.4 --with-http_flv_module but flv psuedo
stream is not working but mp4 pseudo is working fine. I also added my
flv directive in nginx.conf file :-
Server {
location ~ \.flv$ {
flv;
}
location /videos {
root /usr/local/nginx/html;
index index.php index.html;
autoindex on;
}
}
I am struggling on it more than 3weeks.
Thats my log file for flv:-
"GET /videos/test3.flv?start=434343 HTTP/1.1" 206 34439 "-" "vlc/1.1.4
LibVLC/1.1.4"
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list