2

I am trying my hands to share my screen locally through the browser. is it possible to share screen using getusermedia or HTML5 ?

usercode
  • 309
  • 4
  • 20
  • 1
    Possible duplicate of [Screen sharing with WebRTC?](http://stackoverflow.com/questions/13616449/screen-sharing-with-webrtc) – mido Mar 07 '16 at 01:51

2 Answers2

2

See my answer here. Effectively, the answer is "Not yet, but probably eventually, though nobody knows when."

Community
  • 1
  • 1
Ken Smith
  • 20,305
  • 15
  • 100
  • 147
1

Screen sharing can be done via getUserMedia with the chrome.tabCapture API, but currently only on the Chrome Dev channel: see my answer here.

Community
  • 1
  • 1
Sam Dutton
  • 14,775
  • 6
  • 54
  • 64
  • Thanks I saw your posting about HTML5 Tab sharing, it was really helpful. But is it possible to use Gstreamer and webRTC to do it. – usercode Nov 30 '12 at 08:00