I am trying my hands to share my screen locally through the browser. is it possible to share screen using getusermedia or HTML5 ?
Asked
Active
Viewed 1,210 times
2
-
1Possible duplicate of [Screen sharing with WebRTC?](http://stackoverflow.com/questions/13616449/screen-sharing-with-webrtc) – mido Mar 07 '16 at 01:51
2 Answers
2
See my answer here. Effectively, the answer is "Not yet, but probably eventually, though nobody knows when."
-
-
No idea about GStreamer. But eventually, you probably will be able to use WebRTC to do it. – Ken Smith Nov 30 '12 at 08:53
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