Reputation: 309
I am trying my hands to share my screen locally through the browser. is it possible to share screen using getusermedia or HTML5 ?
Upvotes: 2
Views: 1251
Reputation: 15269
Screen sharing can be done via getUserMedia with the chrome.tabCapture API, but currently only on the Chrome Dev channel: see my answer here.
Upvotes: 1