Skip to content

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

Notifications You must be signed in to change notification settings

pvtulsiram538/Chrome-Extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%