Skip to content

Commit

Permalink
HTML tiny FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed May 6, 2019
1 parent c20f8ec commit 3c6bad4
Show file tree
Hide file tree
Showing 54 changed files with 131 additions and 131 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ <h1>

<!-- below section handles RecordRTC and WhammyRecorder -->

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://cdn.webrtc-experiment.com/FileSelector.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/FileSelector.js"></script>
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>

<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h1>

<!-- below section handles RecordRTC and WhammyRecorder -->

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>

<script>
Expand Down
4 changes: 2 additions & 2 deletions Canvas-Recording/Canvas-Animation-Recording-Plus-Mp3.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ <h1>

<!-- below section handles RecordRTC and WhammyRecorder -->

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://cdn.webrtc-experiment.com/FileSelector.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/FileSelector.js"></script>

<script>
document.getElementById('btn-record-webm').onclick = function() {
Expand Down
2 changes: 1 addition & 1 deletion Canvas-Recording/Canvas-Animation-Recording.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h1>

<!-- below section handles RecordRTC and WhammyRecorder -->

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>

<script>
document.getElementById('btn-record-webm').onclick = function() {
Expand Down
6 changes: 3 additions & 3 deletions Canvas-Recording/record-canvas-drawings.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,11 +794,11 @@
zoom: true
};
</script>
<!-- https://cdn.webrtc-experiment.com/RecordRTC/Canvas-Recording/ -->
<!-- https://www.webrtc-experiment.com/RecordRTC/Canvas-Recording/ -->
<script src="canvas-designer.js"></script>
<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
<script src="https://cdn.webrtc-experiment.com/getScreenId.js"></script>
<script src="https://www.webrtc-experiment.com/getScreenId.js"></script>

<div class="start-top-recording" style="position: absolute;top: 3px;right: 20px;z-index: 9;">
<button id="capture-screen" style="margin-right:40px;">Add Screen</button>
Expand Down
4 changes: 2 additions & 2 deletions Canvas-Recording/webpage-recording.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ <h2>HTML5 WebPage Activity Recording using RecordRTC</h2>
<button id="stop" disabled contenteditable="false">Stop</button>
</div>

<script src="https://cdn.webrtc-experiment.com/screenshot.js"></script>
<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/screenshot.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>

<script>
Expand Down
14 changes: 7 additions & 7 deletions MRecordRTC/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="author" type="text/html" href="https://plus.google.com/+MuazKhan">
<meta name="author" content="Muaz Khan">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="https://cdn.webrtc-experiment.com/style.css">
<link rel="stylesheet" href="https://www.webrtc-experiment.com/style.css">

<style>
audio {
Expand Down Expand Up @@ -57,10 +57,10 @@
</script>

<!-- script used for audio/video/gif recording -->
<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://cdn.webrtc-experiment.com/DetectRTC.js"></script>
<script src="https://cdn.webrtc-experiment.com/gif-recorder.js"></script>
<script src="https://cdn.webrtc-experiment.com/getMediaElement.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/DetectRTC.js"></script>
<script src="https://www.webrtc-experiment.com/gif-recorder.js"></script>
<script src="https://www.webrtc-experiment.com/getMediaElement.js"></script>

<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
</head>
Expand Down Expand Up @@ -248,7 +248,7 @@ <h2 class="header">Using MRecordRTC...</h2>
<h2 class="header">
How to use <a href="https://github.com/muaz-khan/RecordRTC/tree/master/MRecordRTC">MRecordRTC</a>?</h2>
<pre>
&lt;script src="https://cdn.webrtc-experiment.com/RecordRTC.js"&gt;&lt;/script&gt;
&lt;script src="https://www.webrtc-experiment.com/RecordRTC.js"&gt;&lt;/script&gt;
</pre>
</section>
<section class="experiment">
Expand Down Expand Up @@ -344,7 +344,7 @@ <h2 class="header" id="updates" style="color: red; padding-bottom: .1em;"><a hre
<script>
window.useThisGithubPath = 'muaz-khan/RecordRTC';
</script>
<script src="https://cdn.webrtc-experiment.com/commits.js" async></script>
<script src="https://www.webrtc-experiment.com/commits.js" async></script>
</body>

</html>
2 changes: 1 addition & 1 deletion PHP-and-FFmpeg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</style>

<!-- script used for audio/video/gif recording -->
<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
</head>

<body style="text-align: center;">
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ navigator.mediaDevices.getUserMedia({
## CDN

```html
<!-- CDN -->
<script src="https://cdn.WebRTC-Experiment.com/RecordRTC.js"></script>

<!-- use 5.5.3 or any other version on cdnjs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.5.3/RecordRTC.js"></script>

Expand All @@ -82,6 +79,9 @@ navigator.mediaDevices.getUserMedia({

<!-- bower -->
<script src="bower_components/recordrtc/RecordRTC.js"></script>

<!-- Not Recommended -->
<script src="https://www.WebRTC-Experiment.com/RecordRTC.js"></script>
```

## Configuration
Expand Down
12 changes: 6 additions & 6 deletions RecordRTC-to-PHP/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<link rel="stylesheet" href="https://cdn.webrtc-experiment.com/style.css">
<link rel="stylesheet" href="https://www.webrtc-experiment.com/style.css">

<style>
audio {
Expand Down Expand Up @@ -76,10 +76,10 @@
}
</style>

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://cdn.webrtc-experiment.com/gif-recorder.js"></script>
<script src="https://cdn.webrtc-experiment.com/getScreenId.js"></script>
<script src="https://cdn.webrtc-experiment.com/DetectRTC.js"> </script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/gif-recorder.js"></script>
<script src="https://www.webrtc-experiment.com/getScreenId.js"></script>
<script src="https://www.webrtc-experiment.com/DetectRTC.js"> </script>

<!-- for Edige/FF/Chrome/Opera/etc. getUserMedia support -->
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
Expand Down Expand Up @@ -846,7 +846,7 @@ <h2 class="header" id="updates" style="color: red; padding-bottom: .1em;"><a hre
<script>
window.useThisGithubPath = 'muaz-khan/RecordRTC';
</script>
<script src="https://cdn.webrtc-experiment.com/commits.js" async></script>
<script src="https://www.webrtc-experiment.com/commits.js" async></script>
</body>

</html>
8 changes: 4 additions & 4 deletions WebGL-Recording/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />

<link rel="stylesheet" href="https://cdn.webrtc-experiment.com/style.css">
<link rel="stylesheet" href="https://www.webrtc-experiment.com/style.css">
<link rel="stylesheet" type="text/css" href="style.css" />

</head>
Expand Down Expand Up @@ -61,8 +61,8 @@ <h3 class="byline"><!-- (That's pretty good) --></h3>

<div id="debug"></div>

<script src="https://cdn.WebRTC-Experiment.com/RecordRTC.js"></script>
<script src="https://cdn.webrtc-experiment.com/screenshot.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/screenshot.js"></script>

<script src="vendor/glge-compiled.js"></script>
<script src="vendor/jquery-1.7.1.min.js"></script>
Expand Down Expand Up @@ -93,7 +93,7 @@ <h2 class="header" id="feedback">Feedback</h2>
<script>
window.useThisGithubPath = 'muaz-khan/RecordRTC';
</script>
<script src="https://cdn.webrtc-experiment.com/commits.js" async></script>
<script src="https://www.webrtc-experiment.com/commits.js" async></script>

</body>

Expand Down
8 changes: 4 additions & 4 deletions WebGL-Recording/plotly.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<head>
<title>Recording plotly WebGL diagrams using RecordRTC</title>
<link rel="stylesheet" href="https://cdn.webrtc-experiment.com/style.css">
<link rel="stylesheet" href="https://www.webrtc-experiment.com/style.css">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdn.WebRTC-Experiment.com/RecordRTC.js"></script>
<script src="https://cdn.webrtc-experiment.com/screenshot.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/screenshot.js"></script>
</head>

<body>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h2 class="header" id="feedback">Feedback</h2>
<script>
window.useThisGithubPath = 'muaz-khan/RecordRTC';
</script>
<script src="https://cdn.webrtc-experiment.com/commits.js" async></script>
<script src="https://www.webrtc-experiment.com/commits.js" async></script>


</body>
Expand Down
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<link rel="stylesheet" href="https://cdn.webrtc-experiment.com/style.css">
<link rel="stylesheet" href="https://www.webrtc-experiment.com/style.css">

<style>
li {
Expand Down Expand Up @@ -74,21 +74,21 @@
}
</style>

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>

<!-- web streams API polyfill to support Firefox -->
<script src="https://unpkg.com/@mattiasbuelens/web-streams-polyfill/dist/polyfill.min.js"></script>

<!-- ../libs/DBML.js to fix video seeking issues -->
<script src="https://cdn.webrtc-experiment.com/EBML.js"></script>
<script src="https://www.webrtc-experiment.com/EBML.js"></script>

<!-- for Edge/FF/Chrome/Opera/etc. getUserMedia support -->
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
<script src="https://cdn.webrtc-experiment.com/DetectRTC.js"> </script>
<script src="https://www.webrtc-experiment.com/DetectRTC.js"> </script>

<!-- video element -->
<link href="https://cdn.webrtc-experiment.com/getHTMLMediaElement.css" rel="stylesheet">
<script src="https://cdn.webrtc-experiment.com/getHTMLMediaElement.js"></script>
<link href="https://www.webrtc-experiment.com/getHTMLMediaElement.css" rel="stylesheet">
<script src="https://www.webrtc-experiment.com/getHTMLMediaElement.js"></script>
</head>

<body>
Expand Down Expand Up @@ -656,7 +656,7 @@ <h2 class="header" style="margin: 0;">

button.recordRTC.startRecording();
btnPauseRecording.style.display = '';
recordingPlayer.parentNode.parentNode.querySelector('h2').innerHTML = '<img src="https://cdn.webrtc-experiment.com/images/progress.gif">';
recordingPlayer.parentNode.parentNode.querySelector('h2').innerHTML = '<img src="https://www.webrtc-experiment.com/images/progress.gif">';
};
}

Expand Down Expand Up @@ -1946,7 +1946,7 @@ <h2 class="header" style="margin: 0;">
chkFixSeeking.parentNode.style.display = 'none';
btnStartRecording.style.fontSize = 'inherit';
btnStartRecording.recordRTC.resumeRecording();
recordingPlayer.parentNode.parentNode.querySelector('h2').innerHTML = '<img src="https://cdn.webrtc-experiment.com/images/progress.gif">';
recordingPlayer.parentNode.parentNode.querySelector('h2').innerHTML = '<img src="https://www.webrtc-experiment.com/images/progress.gif">';
recordingPlayer.play();

btnPauseRecording.style.fontSize = '15px';
Expand All @@ -1960,7 +1960,7 @@ <h2 class="header" style="margin: 0;">

<section class="experiment" style="padding: 10px 20px; text-align: center;">
<a href="https://chrome.google.com/webstore/detail/recordrtc/ndcljioonkecdnaaihodjgiliohngojp" target="_blank">
<img alt="RecordRTC" src="https://cdn.webrtc-experiment.com/images/recordrtc-icon.png" style="width: 20px;vertical-align: middle;margin-right: 3px;">
<img alt="RecordRTC" src="https://www.webrtc-experiment.com/images/recordrtc-icon.png" style="width: 20px;vertical-align: middle;margin-right: 3px;">
RecordRTC Google Chrome Extension
</a>
<br>
Expand Down Expand Up @@ -1997,7 +1997,7 @@ <h2 class="header" style="margin: 0;">
<script>
window.useThisGithubPath = 'muaz-khan/RecordRTC';
</script>
<script src="https://cdn.webrtc-experiment.com/commits.js" async></script>
<script src="https://www.webrtc-experiment.com/commits.js" async></script>
<script src="https://apis.google.com/js/client:plusone.js"></script>
</body>

Expand Down
4 changes: 2 additions & 2 deletions simple-demos/16khz-audio-recording.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>16khz Audio Recording using RecordRTC</h1>
<hr>
<audio controls autoplay playsinline></audio>

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
<script>
var audio = document.querySelector('audio');
Expand Down Expand Up @@ -64,4 +64,4 @@ <h1>16khz Audio Recording using RecordRTC</h1>
</script>

<footer style="margin-top: 20px;"><small id="send-message"></small></footer>
<script src="https://cdn.webrtc-experiment.com/common.js"></script>
<script src="https://www.webrtc-experiment.com/common.js"></script>
6 changes: 3 additions & 3 deletions simple-demos/Record-Mp3-or-Wav.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta name="author" content="Muaz Khan">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<link rel="stylesheet" href="https://cdn.webrtc-experiment.com/style.css">
<link rel="stylesheet" href="https://www.webrtc-experiment.com/style.css">

<style>
audio {
Expand Down Expand Up @@ -85,7 +85,7 @@
}
</style>

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
</head>

<body>
Expand Down Expand Up @@ -290,7 +290,7 @@ <h2 class="header" id="updates" style="color: red; padding-bottom: .1em;"><a hre
<script>
window.useThisGithubPath = 'muaz-khan/RecordRTC';
</script>
<script src="https://cdn.webrtc-experiment.com/commits.js" async></script>
<script src="https://www.webrtc-experiment.com/commits.js" async></script>
</body>

</html>
4 changes: 2 additions & 2 deletions simple-demos/RecordRTCPromisesHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Promises and RecordRTC</h1>
<hr>
<video controls autoplay playsinline></video>

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
<script>
var video = document.querySelector('video');
Expand Down Expand Up @@ -78,4 +78,4 @@ <h1>Promises and RecordRTC</h1>
</script>

<footer style="margin-top: 20px;"><small id="send-message"></small></footer>
<script src="https://cdn.webrtc-experiment.com/common.js"></script>
<script src="https://www.webrtc-experiment.com/common.js"></script>
2 changes: 1 addition & 1 deletion simple-demos/RecordRTC_Extension.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ <h1>How to use RecordRTC_Extension? <a href="https://github.com/muaz-khan/Chrome
</script>

<footer style="margin-top: 20px;"><small id="send-message"></small></footer>
<script src="https://cdn.webrtc-experiment.com/common.js"></script>
<script src="https://www.webrtc-experiment.com/common.js"></script>
4 changes: 2 additions & 2 deletions simple-demos/WebAssemblyRecorder.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>WebAssembly Recorder using RecordRTC</h1>
<!-- web streams API polyfill to support Firefox -->
<script src="https://unpkg.com/@mattiasbuelens/web-streams-polyfill/dist/polyfill.min.js"></script>

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>

<script>
Expand Down Expand Up @@ -66,4 +66,4 @@ <h1>WebAssembly Recorder using RecordRTC</h1>
</script>

<footer style="margin-top: 20px;"><small id="send-message"></small></footer>
<script src="https://cdn.webrtc-experiment.com/common.js"></script>
<script src="https://www.webrtc-experiment.com/common.js"></script>
4 changes: 2 additions & 2 deletions simple-demos/audio-recording.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Simple Audio Recording using RecordRTC</h1>
<hr>
<div><audio controls autoplay playsinline></audio></div>

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://www.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
<script>
var audio = document.querySelector('audio');
Expand Down Expand Up @@ -268,4 +268,4 @@ <h1>Simple Audio Recording using RecordRTC</h1>
</script>

<footer style="margin-top: 20px;"><small id="send-message"></small></footer>
<script src="https://cdn.webrtc-experiment.com/common.js"></script>
<script src="https://www.webrtc-experiment.com/common.js"></script>
Loading

0 comments on commit 3c6bad4

Please sign in to comment.