Live rtmp broadcast with Nginx and ffmpeg

Hello and good time of day.
I trying to create live stream on Win 7 Prof licensed with Nginx.
Vod working fine, but live not, and i can’t understand why.

http://puu.sh/m5PBf/0e4550407b.png - stream from virtual cam sent to
ffmpeg.

ffmpeg -f dshow -i video=“e2eSoft VCam” -c:v libx264 -an -f flv
“rtmp://192.168.0.155/live/video live=1”

If i feed url rtmp://192.168.0.155/live/video to ffplay i can see stream
playing.

But all other players cant grab video data from this url.

nginx.conf : worker_processes 1;error_log logs/error.log debug;events { worker - Pastebin.com

Thanks in advance.