forked from muaz-khan/WebRTC-Experiment
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebRTC Experiments — https://www.webrtc-experiment.com/ — updated.
- Loading branch information
Showing
138 changed files
with
3,148 additions
and
2,568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ | |
|
||
::-moz-selection { background: #ccc; } | ||
</style> | ||
<script src="https://webrtc-experiment.appspot.com/AudioVideoRecorder.js"> </script> | ||
<script src="https://www.webrtc-experiment.com/AudioVideoRecorder.js"> </script> | ||
</head> | ||
<body> | ||
<h1> | ||
|
@@ -103,7 +103,7 @@ <h1> | |
Copyright © 2013 <a href="https://github.com/muaz-khan" target="_blank">Muaz Khan</a><<a | ||
href="http://twitter.com/muazkh" target="_blank">@muazkh</a>>.</p> | ||
<section class="plusone-gplus"> | ||
<div class="g-plusone" data-href="https://webrtc-experiment.appspot.com/"></div> | ||
<div class="g-plusone" data-href="https://www.webrtc-experiment.com/"></div> | ||
</section> | ||
<div id="audios-container"> | ||
</div> | ||
|
@@ -112,7 +112,7 @@ <h1> | |
navigator.mozGetUserMedia(mediaConstraints, onMediaSuccess, onMediaError); | ||
|
||
function onMediaSuccess(stream) { | ||
// https://webrtc-experiment.appspot.com/AudioVideoRecorder.js | ||
// https://www.webrtc-experiment.com/AudioVideoRecorder.js | ||
AudioVideoRecorder({ | ||
stream: stream, | ||
mimeType: 'audio/ogg', | ||
|
@@ -147,7 +147,7 @@ <h3> | |
<strong style="color: red;">Limitation</strong>: Only audio-recording is available | ||
(<span style="color: rgb(187, 192, 213);">...audio+video recording coming soon</span>)</h3> | ||
<pre> | ||
<script src="https://webrtc-experiment.appspot.com/AudioVideoRecorder.js"></script> | ||
<script src="https://www.webrtc-experiment.com/AudioVideoRecorder.js"></script> | ||
|
||
AudioVideoRecorder({ | ||
|
||
|
@@ -185,12 +185,12 @@ <h2 id="feedback" style="border-bottom: 1px solid rgb(189, 189, 189); padding: . | |
<button id="send-message" style="font-size: 1em;">Send Message</button> | ||
</section> | ||
<footer> | ||
<p> <a href="https://webrtc-experiment.appspot.com/" target="_blank">WebRTC Experiments!</a> © <a href="https://plus.google.com/100325991024054712503" rel="author" target="_blank">Muaz Khan</a>, <span> 2013 </span> » <a href="mailto:[email protected]" target="_blank">Email</a>» | ||
<p> <a href="https://www.webrtc-experiment.com/" target="_blank">WebRTC Experiments!</a> © <a href="https://plus.google.com/100325991024054712503" rel="author" target="_blank">Muaz Khan</a>, <span> 2013 </span> » <a href="mailto:[email protected]" target="_blank">Email</a>» | ||
<a | ||
href="http://twitter.com/muazkh" target="_blank">@muazkh</a>» <a href="https://github.com/muaz-khan" target="_blank">Github</a> | ||
|
||
</p> | ||
</footer> | ||
<script src="https://webrtc-experiment.appspot.com/common.js"> </script> | ||
<script src="https://www.webrtc-experiment.com/common.js"> </script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,13 +206,13 @@ | |
document.createElement('footer'); | ||
</script> | ||
|
||
<script src="https://webrtc-experiment.appspot.com/DataChannel.js"></script> | ||
<script src="https://webrtc-experiment.appspot.com/firebase.js"></script> | ||
<script src="https://www.webrtc-experiment.com/DataChannel.js"></script> | ||
<script src="https://www.webrtc-experiment.com/firebase.js"></script> | ||
</head> | ||
|
||
<body> | ||
<article> | ||
<a href="https://webrtc-experiment.appspot.com/" | ||
<a href="https://www.webrtc-experiment.com/" | ||
style="border-bottom: 1px solid #2844FA; font-size: 1.2em; position: absolute; right: 0; text-decoration: none; top: 0;">↑ | ||
WEBRTC EXPERIMENTS</a> | ||
|
||
|
@@ -227,7 +227,7 @@ <h1>Auto Session Establishment using <a href="https://github.com/muaz-khan/WebRT | |
href="http://twitter.com/muazkh" target="_blank">@muazkh</a><span>>.</span> | ||
</p> | ||
<section class="plusone-gplus"> | ||
<div class="g-plusone" data-href="https://webrtc-experiment.appspot.com/"></div> | ||
<div class="g-plusone" data-href="https://www.webrtc-experiment.com/"></div> | ||
</section> | ||
<table style="border-left: 1px solid black; width: 100%;"> | ||
<tr> | ||
|
@@ -341,7 +341,7 @@ <h2 style="display: block; font-size: 1em; text-align: center;">Share Files</h2> | |
<h2>Getting started with WebRTC <a href="https://github.com/muaz-khan/WebRTC-Experiment/tree/master/DataChannel" | ||
target="_blank">DataChannel</a></h2> | ||
<pre> | ||
<script src="<a href="https://webrtc-experiment.appspot.com/DataChannel.js" target="_blank">https://webrtc-experiment.appspot.com/DataChannel.js</a>"></script> | ||
<script src="<a href="https://www.webrtc-experiment.com/DataChannel.js" target="_blank">https://www.webrtc-experiment.com/DataChannel.js</a>"></script> | ||
<script> | ||
var channel = new <strong>DataChannel</strong>('default-channel'); | ||
|
||
|
@@ -490,14 +490,14 @@ <h2 id="feedback" style="padding: .2em .4em; border-bottom: 1px solid rgb(189, 1 | |
</article> | ||
<footer> | ||
<p> | ||
<a href="https://webrtc-experiment.appspot.com/" target="_blank">WebRTC Experiments!</a>© | ||
<a href="https://www.webrtc-experiment.com/" target="_blank">WebRTC Experiments!</a>© | ||
<a href="https://plus.google.com/100325991024054712503" rel="author" target="_blank">Muaz Khan</a>, | ||
<span>2013 </span>» | ||
<a href="mailto:[email protected]" target="_blank">Email</a>» | ||
<a href="http://twitter.com/muazkh" target="_blank">@muazkh</a>» | ||
<a href="https://github.com/muaz-khan" target="_blank">Github</a> | ||
</p> | ||
</footer> | ||
<script src="https://webrtc-experiment.appspot.com/common.js"></script> | ||
<script src="https://www.webrtc-experiment.com/common.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,13 +183,13 @@ | |
document.createElement('footer'); | ||
</script> | ||
|
||
<script src="https://webrtc-experiment.appspot.com/DataChannel.js"></script> | ||
<script src="https://webrtc-experiment.appspot.com/firebase.js"></script> | ||
<script src="https://www.webrtc-experiment.com/DataChannel.js"></script> | ||
<script src="https://www.webrtc-experiment.com/firebase.js"></script> | ||
</head> | ||
|
||
<body> | ||
<article> | ||
<a href="https://webrtc-experiment.appspot.com/" | ||
<a href="https://www.webrtc-experiment.com/" | ||
style="border-bottom: 1px solid #2844FA; font-size: 1.2em; position: absolute; text-decoration: none;right:0;top:0;">↑ | ||
WEBRTC EXPERIMENTS</a> | ||
|
||
|
@@ -205,7 +205,7 @@ <h1>File Sharing + Text Chat using WebRTC <a | |
href="http://twitter.com/muazkh" target="_blank">@muazkh</a><span>>.</span> | ||
</p> | ||
<section class="plusone-gplus"> | ||
<div class="g-plusone" data-href="https://webrtc-experiment.appspot.com/"></div> | ||
<div class="g-plusone" data-href="https://www.webrtc-experiment.com/"></div> | ||
</section> | ||
<section> | ||
<h2>Open Data Channel</h2> | ||
|
@@ -325,7 +325,7 @@ <h2 style="display: block; font-size: 1em; text-align: center;">Share Files</h2> | |
<h2>Getting started with WebRTC <a href="https://github.com/muaz-khan/WebRTC-Experiment/tree/master/DataChannel" | ||
target="_blank">DataChannel</a></h2> | ||
<pre> | ||
<script src="<a href="https://webrtc-experiment.appspot.com/DataChannel.js" target="_blank">https://webrtc-experiment.appspot.com/DataChannel.js</a>"></script> | ||
<script src="<a href="https://www.webrtc-experiment.com/DataChannel.js" target="_blank">https://www.webrtc-experiment.com/DataChannel.js</a>"></script> | ||
<script> | ||
var channel = new <strong>DataChannel</strong>(); | ||
|
||
|
@@ -439,14 +439,14 @@ <h2 id="feedback" style="padding: .2em .4em; border-bottom: 1px solid rgb(189, 1 | |
</article> | ||
<footer> | ||
<p> | ||
<a href="https://webrtc-experiment.appspot.com/" target="_blank">WebRTC Experiments!</a>© | ||
<a href="https://www.webrtc-experiment.com/" target="_blank">WebRTC Experiments!</a>© | ||
<a href="https://plus.google.com/100325991024054712503" rel="author" target="_blank">Muaz Khan</a>, | ||
<span>2013 </span>» | ||
<a href="mailto:[email protected]" target="_blank">Email</a>» | ||
<a href="http://twitter.com/muazkh" target="_blank">@muazkh</a>» | ||
<a href="https://github.com/muaz-khan" target="_blank">Github</a> | ||
</p> | ||
</footer> | ||
<script src="https://webrtc-experiment.appspot.com/common.js"></script> | ||
<script src="https://www.webrtc-experiment.com/common.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.