/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).

Primary LanguageJavaScript

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.