How do I broadcast video from my webcam with Html5?

22,693

Solution 1

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

Solution 2

Not possible in HTML5 yet. You would need to use some sort of browser plugin like flash.

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

Share:
22,693
yildirimyigit
Author by

yildirimyigit

Not so in to Android anymore.

Updated on June 28, 2020

Comments

  • yildirimyigit
    yildirimyigit almost 4 years

    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.

  • Lloyd
    Lloyd over 12 years
    i'm sorry - it is possible, see below demonstration
  • stommepoes
    stommepoes over 12 years
    Good to know, though sentence at 24:14... may mean this won't help in the OP's case.