Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I broadcast video from my webcam with Html5? [closed]

I am trying to build a simple web page that has access to my webcam and is able to broadcast the video taken from my webcam.

I am new to Html5 and I suppose that it is a complex task to build such a web page from scratch. I just want some experienced Html5 developers to provide me with some starting point, maybe some tutorials in this matter.

like image 533
yildirimyigit Avatar asked Feb 29 '12 20:02

yildirimyigit


1 Answers

Native (not Flash) Webcam and Microphone access in Chrome, demonstrated on YouTube by Paul Kinlan (Google):

And check this out too: Hands on: building an HTML5 photo booth with Chrome's new webcam API

like image 66
Lloyd Avatar answered Oct 16 '22 05:10

Lloyd