Welcome! Log In Create A New Profile

Advanced

nginx flv pseudo stream not working

Posted by shahzaib mushtaq 
shahzaib mushtaq
nginx flv pseudo stream not working
June 26, 2012 09:40AM
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/.

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Sorry, only registered users may post in this forum.

Click here to login