Skip to content

Commit 7869874

Browse files
committed
video-conferencing, Signaling.md, RTCMultiConnection, RecordRTC, MultiRTC, getScreenId, Firefox-Extensions, FileBuferReader, Ffmpeg.js,
TURN doc + webrtcpedia, DetectRTC, switch-streams demo, Conversation.js, Chrome-Extensions updated.
1 parent 201553a commit 7869874

File tree

196 files changed

+39407
-9693
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+39407
-9693
lines changed

Chrome-Extensions/README.md

+13-27
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# [Chrome Extensions](https://github.com/muaz-khan/Chrome-Extensions)
1+
# WebRTC [Chrome Extensions](https://github.com/muaz-khan/Chrome-Extensions)
22

3-
> Random WebRTC-based plugins/extensions for Chrome-browser.
4-
> Possibly targeting screen capturing & sharing, recording,
5-
> hiding & blocking WebRTC ip-addresses,
6-
> bluetooth based handshake, controlling UDP connections etc.
3+
1. Share full screen or any app's screen in 1080p or 720p format
4+
2. Record full screen (1920p, 1080p, 720p) or any app's screen
5+
3. Share youtube video (+ audio) along with tab activity
6+
4. Share any tab's activity along with audio being played on the selected tab (youtube, dailymotion, soundcloud, whatever)
7+
5. Record your microphone along with full screen
8+
6. Record your microphone along with youtube video (+audio) as well as youtube tab activity (all-in-one)
9+
7. Share files (peer-to-peer) on windows, mac, linux, Android and iOS
710

811
# Extensions
912

10-
| Extension Name | Source Code | Google App Store |
11-
| ------------- |-------------|-------------|
12-
| WebRTC Desktop Sharing | [github/desktopCapture-p2p](https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture-p2p) | [![Install Chrome Extension](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png)](https://chrome.google.com/webstore/detail/webrtc-desktop-sharing/nkemblooioekjnpfekmjhpgkackcajhg) |
13-
| Screen Capturing in Chrome | [github/desktopCapture](https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture) | [![Install Chrome Extension](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png)](https://chrome.google.com/webstore/detail/screen-capturing/ajhifddimkapgcifgcodmmfdlknahffk) |
14-
| Tab Capturing in Chrome | [github/tabCapture](https://github.com/muaz-khan/Chrome-Extensions/tree/master/tabCapture) | [![Install Chrome Extension](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png)](https://chrome.google.com/webstore/detail/tab-capturing-sharing/pcnepejfgcmidedoimegcafiabjnodhk) |
15-
| WebRTC File Sharing Chrome Extension | [ github/file-sharing ](https://github.com/muaz-khan/Chrome-Extensions/tree/master/file-sharing) | [![Install Chrome Extension](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png)](https://chrome.google.com/webstore/detail/webrtc-file-sharing/nbnncbdkhpmbnkfngmkdbepoemljbnfo) |
16-
| Screen Recording | [ github/screen-recording ](https://github.com/muaz-khan/Chrome-Extensions/tree/master/screen-recording) | [![Install Chrome Extension](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png)](https://chrome.google.com/webstore/detail/recordrtc/ndcljioonkecdnaaihodjgiliohngojp) |
13+
1. Record full screen, apps' screen, youtube audio, and more. [download source](https://github.com/muaz-khan/Chrome-Extensions/tree/master/screen-recording) or [install from Google Web Store](https://chrome.google.com/webstore/detail/recordrtc/ndcljioonkecdnaaihodjgiliohngojp)
14+
2. Share full screen, apps' screen, youtube audio, and more. [download source](https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture-p2p) or [install from Google Web Store](https://chrome.google.com/webstore/detail/webrtc-desktop-sharing/nkemblooioekjnpfekmjhpgkackcajhg)
15+
3. Access/capture screen from any HTTPs domain. [download source](https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture) or [install from Google Web Store](https://chrome.google.com/webstore/detail/screen-capturing/ajhifddimkapgcifgcodmmfdlknahffk)
16+
4. Share selected tab. [download source](https://github.com/muaz-khan/Chrome-Extensions/tree/master/tabCapture) or [install from Google Web Store](https://chrome.google.com/webstore/detail/tab-capturing-sharing/pcnepejfgcmidedoimegcafiabjnodhk)
17+
5. Share files peer-to-peer. [download source](https://github.com/muaz-khan/Chrome-Extensions/tree/master/file-sharing) or [install from Google Web Store](https://chrome.google.com/webstore/detail/tab-capturing-sharing/pcnepejfgcmidedoimegcafiabjnodhk)
1718

1819
Firefox addon:
1920

@@ -23,21 +24,6 @@ Firefox addon:
2324

2425
* WebRTC Block & [WebRTC Leak Prevent](https://chrome.google.com/webstore/detail/webrtc-network-limiter/npeicpdbkakmehahjeeohfdhnlpdklia?hl=en)
2526

26-
----
27-
28-
# `Screen-Capturing.js` / [Demo](https://www.webrtc-experiment.com/Screen-Capturing/)
29-
30-
> Screen-Capturing.js can be used in any demo/project/library.
31-
> It provides simple methods to integrate "Screen-Capturing" extension
32-
> in your own applications.
33-
>
34-
> It means that you don't need to use [iframe-hack](https://github.com/muaz-khan/getScreenId).
35-
36-
Read more here:
37-
38-
* https://github.com/muaz-khan/Chrome-Extensions/tree/master/Screen-Capturing.js
39-
40-
4127
## License
4228

4329
[Chrome-Extensions](https://github.com/muaz-khan/Chrome-Extensions) are released under [MIT licence](https://www.webrtc-experiment.com/licence/) . Copyright (c) [Muaz Khan](http://www.MuazKhan.com/).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
// https://github.com/muaz-khan/RTCMultiConnection/blob/master/dev/IceServersHandler.js
2+
3+
var IceServersHandler = (function() {
4+
function getIceServers(connection) {
5+
var iceServers = [];
6+
7+
iceServers.push(getSTUNObj('stun:stun.l.google.com:19302'));
8+
9+
iceServers.push(getTURNObj('stun:webrtcweb.com:7788', 'muazkh', 'muazkh')); // coTURN
10+
iceServers.push(getTURNObj('turn:webrtcweb.com:7788', 'muazkh', 'muazkh')); // coTURN
11+
iceServers.push(getTURNObj('turn:webrtcweb.com:8877', 'muazkh', 'muazkh')); // coTURN
12+
13+
iceServers.push(getTURNObj('turns:webrtcweb.com:7788', 'muazkh', 'muazkh')); // coTURN
14+
iceServers.push(getTURNObj('turns:webrtcweb.com:8877', 'muazkh', 'muazkh')); // coTURN
15+
16+
// iceServers.push(getTURNObj('turn:webrtcweb.com:3344', 'muazkh', 'muazkh')); // resiprocate
17+
// iceServers.push(getTURNObj('turn:webrtcweb.com:4433', 'muazkh', 'muazkh')); // resiprocate
18+
19+
// check if restund is still active: http://webrtcweb.com:4050/
20+
iceServers.push(getTURNObj('stun:webrtcweb.com:4455', 'muazkh', 'muazkh')); // restund
21+
iceServers.push(getTURNObj('turn:webrtcweb.com:4455', 'muazkh', 'muazkh')); // restund
22+
iceServers.push(getTURNObj('turn:webrtcweb.com:5544?transport=tcp', 'muazkh', 'muazkh')); // restund
23+
24+
return iceServers;
25+
}
26+
27+
function getSTUNObj(stunStr) {
28+
var urlsParam = 'urls';
29+
if (typeof isPluginRTC !== 'undefined') {
30+
urlsParam = 'url';
31+
}
32+
33+
var obj = {};
34+
obj[urlsParam] = stunStr;
35+
return obj;
36+
}
37+
38+
function getTURNObj(turnStr, username, credential) {
39+
var urlsParam = 'urls';
40+
if (typeof isPluginRTC !== 'undefined') {
41+
urlsParam = 'url';
42+
}
43+
44+
var obj = {
45+
username: username,
46+
credential: credential
47+
};
48+
obj[urlsParam] = turnStr;
49+
return obj;
50+
}
51+
52+
return {
53+
getIceServers: getIceServers
54+
};
55+
})();

Chrome-Extensions/desktopCapture-p2p/README.md

+6-44
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# [Chrome desktopCapture extension](https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture-p2p)
1+
# WebRTC [Chrome Extension](https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktopCapture-p2p) for Peer-to-Peer Screen Sharing
22

3-
This chrome extension not only captures content of screen, but also provides multi-user peer-to-peer screen streaming.
3+
1. Share full screen
4+
2. Share any app's screen
5+
3. Share youtube video (+audio)
6+
4. Share selected tab + all audios being played on the tab
7+
5. Choose 1080p, 720p resolutions
48

59
## How to install?
610

@@ -27,48 +31,6 @@ To learn more about how to publish a chrome extension in Google App Store:
2731

2832
* https://developer.chrome.com/webstore/publish
2933

30-
## How to add inline-install button?
31-
32-
**Make sure that you added and verified your webpage/domain using Google WebMaster tools.** Additional instructions available [here](https://support.google.com/webmasters/answer/35179?hl=en).
33-
34-
```html
35-
<!DOCTYPE html>
36-
<html>
37-
<head>
38-
<!-- head; this <link> tag MUST be in <head> section -->
39-
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/your-chrome-extension-id">
40-
</head>
41-
<body>
42-
<!-- body; the button element that is used to invoke inline installation -->
43-
<button onclick="" id="install-button" style="padding: 0;background: none;height: 61px;vertical-align: middle;cursor:pointer;">
44-
<img src="https://www.webrtc-experiment.com/images/btn-install-chrome-extension.png" alt="Add to Chrome">
45-
</button>
46-
47-
<script>
48-
document.querySelector('#inline-install').onclick = function() {
49-
!!navigator.webkitGetUserMedia
50-
&& !!window.chrome
51-
&& !!chrome.webstore
52-
&& !!chrome.webstore.install &&
53-
chrome.webstore.install(
54-
'https://chrome.google.com/webstore/detail/your-chrome-extension-id',
55-
successCallback,
56-
failureCallback
57-
);
58-
};
59-
60-
function successCallback() {
61-
location.reload();
62-
}
63-
64-
function failureCallback(error) {
65-
alert(error);
66-
}
67-
</script>
68-
</body>
69-
</html>
70-
```
71-
7234
## For more information
7335

7436
For additional information, click [this link](https://github.com/muaz-khan/WebRTC-Experiment/blob/7cd04a81b30cdca2db159eb746e2714307640767/Chrome-Extensions/desktopCapture/README.md).

0 commit comments

Comments
 (0)