Nginx flv pseudo stream not working

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”