Is it possible to use HTML5’s video tag and connect it to an RMTP stream? Thanks.
Share
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. Although the HTML5 video specs don’t define what codecs should be used, currently browsers only support H.264 and WebM.
RTMP uses a different codec, so no, it’s not supported by any browser, as of 3Q/2010. (also, RTSP is a protocol that works beside HTTP, not on top of it. RTSPT (“RTSP over HTTP”) could be theoretically supported in the future or through some sort of plugin, but it’s unlikely to happen)