colinmacdonald / Chrome-Extensions

desktopCapture/tabCapture API are used to capture content of screen or content of selected tab. A few chrome extensions are supporting direct p2p screen steaming; whilst others are merely capturing `source-id` that web applications can use to capture relevant `MediaStream` object(s).

Home Page:https://www.webrtc-experiment.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

desktopCapture/tabCapture API are used to capture content of screen or content of selected tab.

A few chrome extensions are supporting direct p2p screen steaming; whilst others are merely capturing source-id that web applications can use to capture relevant MediaStream object(s).

Install?

  1. desktopCapture - simple
  2. desktopCapture with p2p streaming
  3. tabCapture with p2p streaming

Screen-Capturing.js can be used in any demo/project/library. It provides simple methods to integrate "Screen-Capturing" extension in your own applications.

It means that you don't need to use iframe-hack.

Read more here:

Credits

Muaz Khan:

  1. Personal Webpage: http://www.muazkhan.com
  2. Email: muazkh@gmail.com
  3. Twitter: https://twitter.com/muazkh and https://twitter.com/WebRTCWeb
  4. Google+: https://plus.google.com/+WebRTC-Experiment
  5. Facebook: https://www.facebook.com/WebRTC

License

Chrome-Extensions are released under MIT licence . Copyright (c) Muaz Khan.

About

desktopCapture/tabCapture API are used to capture content of screen or content of selected tab. A few chrome extensions are supporting direct p2p screen steaming; whilst others are merely capturing `source-id` that web applications can use to capture relevant `MediaStream` object(s).

https://www.webrtc-experiment.com/


Languages

Language:JavaScript 95.3%Language:HTML 4.7%