Is it real to play video stream using RTSP protocol encoded with h.264 codec??
I need to create webapp for streaming video from IP-camera, or it will be easyer if I include for example VLC plugin in my web-page and use it for playing??
No its not currently possible in Flash, unless you write your own RTSP protocol client in AS3 using Sockets.
You can embed VLC in a web page, using VLC WebPlugin. You need to know JavaScript to use that.