Forum: NGINX nginx flv pseudo stream not working

Posted by shahzaib mushtaq (shahzaib12)
on 2012-06-26 09:39
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"
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.