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??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.