Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML 5 streaming webcam video?

Is it currently possible to create a flash free live webcam chat with HTML5? If so, how can I go about doing this?

like image 965
John Avatar asked Aug 07 '11 21:08

John


People also ask

Can we play video in HTML5?

With the introduction of HTML5, you can now place videos directly into the page itself. This makes it possible to have videos play on pages that are designed for mobile devices, as plugins like Adobe Flash Player don't work on Android or iOS.

How do I watch HTML5 video?

The webmasters need to use special HTML5 coding and include WebM, MP4 and OGG formats on their web pages. Before HTML5 videos were only played using the Flash Player. You can view HTML5 videos on all popular browsers such as Google Chrome, Internet Explorer, Mozilla Firefox, and Safari.

How does HTML5 video streaming work?

HTML5 video is when you put a <video> tag in your web page and set a certain src for it. HTML5 streaming is the same thing but when src points not to a complete video file but rather to an ever-updating video stream. YouTube does HTML video, Twitch does HTML5 streaming.


1 Answers

no

It is in the html5 draft

http://www.whatwg.org/specs/web-apps/current-work/complete/video-conferencing-and-peer-to-peer-communication.html#obtaining-local-multimedia-content

here is a much deeper conversion about this issue

What's the status of the HTML 5 <video> tag and webcam integration?

and here is a solution that works using flash

http://code.google.com/p/jpegcam/

like image 60
samccone Avatar answered Sep 21 '22 15:09

samccone