I need to stream videos through HTML5. Is that possible, are there any free sources to try that into my own application?
Thanks!
I need to stream videos through HTML5. Is that possible, are there any free
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.
If you mean just deliver video like Youtube or any other video site, you just use the
<video>element to deliver it. Its pretty much like displaying an image (JPEG). Its just progressively downloaded to the user’s browser. More details about Video at Dive into HTML5.However, if you mean live-stream or streamed to a user such that its not really downloaded, I’m sure there are no way so far to do that without using a solution like a Flash Player client with a streaming server back-end – Flash Media Server, WowzaMedia, Red5, etc, etc.