Comparing version 5.6.1 to 5.6.2
{ | ||
"name": "recordrtc", | ||
"version": "5.6.1", | ||
"version": "5.6.2", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ { |
{ | ||
"name": "recordrtc", | ||
"preferGlobal": false, | ||
"version": "5.6.1", | ||
"version": "5.6.2", | ||
"author": { | ||
@@ -48,8 +48,11 @@ "name": "Muaz Khan", | ||
"grunt-contrib-uglify": "0.11.0", | ||
"grunt-contrib-watch": "1.1.0", | ||
"grunt-jsbeautifier": "0.2.10", | ||
"grunt-replace": "0.11.0", | ||
"load-grunt-tasks": "3.4.0", | ||
"grunt-contrib-watch": "1.1.0" | ||
"terser-webpack-plugin": "^4.1.0", | ||
"webpack": "^4.44.1", | ||
"webpack-cli": "^3.3.12" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -77,4 +77,4 @@ # RecordRTC.js | [Live Demo](https://www.webrtc-experiment.com/RecordRTC/) | ||
<!-- use 5.6.1 or any other version on cdnjs --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.6.1/RecordRTC.js"></script> | ||
<!-- use 5.6.2 or any other version on cdnjs --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.6.2/RecordRTC.js"></script> | ||
@@ -96,2 +96,4 @@ <!-- NPM i.e. "npm install recordrtc" --> | ||
// audio/webm | ||
// audio/webm;codecs=pcm | ||
// video/mp4 | ||
// video/webm;codecs=vp9 | ||
@@ -102,3 +104,2 @@ // video/webm;codecs=vp8 | ||
// video/mpeg -- NOT supported by any browser, yet | ||
// video/mp4 -- NOT supported by any browser, yet | ||
// audio/wav | ||
@@ -134,2 +135,3 @@ // audio/ogg -- ONLY Firefox | ||
// only for audio track | ||
// ignored when codecs=pcm | ||
audioBitsPerSecond: 128000, | ||
@@ -136,0 +138,0 @@ |
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
379867
5573
355
15