Comparing version 5.4.2 to 5.4.3
{ | ||
"name": "recordrtc", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ { |
{ | ||
"name": "recordrtc", | ||
"preferGlobal": false, | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Muaz Khan", |
@@ -7,3 +7,3 @@ # RecordRTC: WebRTC JavaScript Library for Audio+Video+Screen Recording | ||
[![npm](https://img.shields.io/npm/v/recordrtc.svg)](https://npmjs.org/package/recordrtc) [![downloads](https://img.shields.io/npm/dm/recordrtc.svg)](https://npmjs.org/package/recordrtc) [![Build Status: Linux](https://travis-ci.org/muaz-khan/RecordRTC.png?branch=master)](https://travis-ci.org/muaz-khan/RecordRTC) <a href="https://www.browserstack.com"><img src="https://webrtcweb.com/browserstack.svg" height="20px" /></a> | ||
[![npm](https://img.shields.io/npm/v/recordrtc.svg)](https://npmjs.org/package/recordrtc) [![downloads](https://img.shields.io/npm/dm/recordrtc.svg)](https://npmjs.org/package/recordrtc) [![Build Status: Linux](https://travis-ci.org/muaz-khan/RecordRTC.png?branch=master)](https://travis-ci.org/muaz-khan/RecordRTC) | ||
@@ -21,10 +21,13 @@ > [RecordRTC](https://www.webrtc-experiment.com/RecordRTC/) is a JavaScript-based media-recording library for modern web-browsers (supporting WebRTC getUserMedia API). It is optimized for different devices and browsers to bring all client-side (pluginfree) recording solutions in single place. | ||
1. [RecordRTC API Reference](http://RecordRTC.org/RecordRTC.html) | ||
2. [MRecordRTC API Reference](http://RecordRTC.org/MRecordRTC.html) | ||
3. [MediaStreamRecorder API Reference](http://RecordRTC.org/MediaStreamRecorder.html) | ||
5. [StereoAudioRecorder API Reference](http://RecordRTC.org/StereoAudioRecorder.html) | ||
6. [WhammyRecorder API Reference](http://RecordRTC.org/WhammyRecorder.html) | ||
7. [Whammy API Reference](http://RecordRTC.org/Whammy.html) | ||
8. [CanvasRecorder API Reference](http://RecordRTC.org/CanvasRecorder.html) | ||
9. [GifRecorder API Reference](http://RecordRTC.org/GifRecorder.html) | ||
10. [Global API Reference](http://RecordRTC.org/global.html) | ||
2. [MediaStreamRecorder API Reference](http://RecordRTC.org/MediaStreamRecorder.html) | ||
3. [StereoAudioRecorder API Reference](http://RecordRTC.org/StereoAudioRecorder.html) | ||
4. [WhammyRecorder API Reference](http://RecordRTC.org/WhammyRecorder.html) | ||
5. [Whammy API Reference](http://RecordRTC.org/Whammy.html) | ||
6. [CanvasRecorder API Reference](http://RecordRTC.org/CanvasRecorder.html) | ||
7. [MultiStreamRecorder API Reference](http://recordrtc.org/MultiStreamRecorder.html) | ||
8. [MRecordRTC API Reference](http://RecordRTC.org/MRecordRTC.html) | ||
9. [RecordRTCPromisesHandler API Reference](http://recordrtc.org/RecordRTCPromisesHandler.html) | ||
10. [GifRecorder API Reference](http://RecordRTC.org/GifRecorder.html) | ||
11. [Global API Reference](http://RecordRTC.org/global.html) | ||
12 [RecordRTC and Upload to PHP Server](http://www.muazkhan.com/2017/08/recordrtc-and-upload-to-php-server.html) | ||
@@ -40,2 +43,3 @@ ## Browsers Support: | ||
| Microsoft Edge | [Normal Build](https://www.microsoft.com/en-us/windows/microsoft-edge) | **Only Audio** - No Video - No Canvas - No Screen | | ||
| Safari 11 | preview | **Only Audio** - No Video - No Canvas - No Screen | | ||
@@ -232,4 +236,4 @@ ## Frameworks | ||
```html | ||
<!-- use 5.4.2 or any other version --> | ||
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.4.2/RecordRTC.js"></script> | ||
<!-- use 5.4.3 or any other version --> | ||
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.4.3/RecordRTC.js"></script> | ||
``` | ||
@@ -324,2 +328,3 @@ | ||
* `timeSlice` accepts numbers in milliseconds; use this to force intervals-based blobs | ||
* `ondataavailable` pass this function along with `timeSlice` to get intervals based blobs | ||
* `checkForInactiveTracks` accepts `true` or `false`; use this to disable default inactive-stream-checker functions | ||
@@ -829,3 +834,3 @@ * `onTimeStamp` it is a function that is called-back by the MediaStreamRecorder; `timeSlice` parameter is required for this function | ||
Here is jow to customize Sample-Rate for audio recording? | ||
Here is how to customize Sample-Rate for audio recording? | ||
@@ -878,3 +883,3 @@ ```javascript | ||
var options = { | ||
mimeType 'video/webm', // or video/webm\;codecs=h264 or video/webm\;codecs=vp9 | ||
mimeType: 'video/webm', // or video/webm\;codecs=h264 or video/webm\;codecs=vp9 | ||
bitsPerSecond: 128000 | ||
@@ -1137,3 +1142,3 @@ }; | ||
The domain www.RecordRTC.org is open-sourced here: | ||
The domain http://RecordRTC.org is open-sourced here: | ||
@@ -1140,0 +1145,0 @@ * https://github.com/muaz-khan/RecordRTC/tree/gh-pages |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
367651
4816
1190