Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

recordrtc

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recordrtc - npm Package Compare versions

Comparing version 5.5.3 to 5.5.4

2

bower.json
{
"name": "recordrtc",
"version": "5.5.3",
"version": "5.5.4",
"authors": [

@@ -5,0 +5,0 @@ {

{
"name": "recordrtc",
"preferGlobal": false,
"version": "5.5.3",
"version": "5.5.4",
"author": {

@@ -47,10 +47,9 @@ "name": "Muaz Khan",

"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-uglify": "0.11.0",
"grunt-jsbeautifier": "0.2.10",
"grunt-replace": "0.11.0",
"load-grunt-tasks": "3.4.0"
"load-grunt-tasks": "3.4.0",
"grunt-contrib-watch": "1.1.0"
},
"dependencies": {
"grunt-contrib-watch": "^1.1.0"
}
"dependencies": {}
}

@@ -0,1 +1,3 @@

**Disclaimer:** [https://www.webrtc-experiment.com/disclaimer/](https://www.webrtc-experiment.com/disclaimer/)
# RecordRTC.js | [Live Demo](https://www.webrtc-experiment.com/RecordRTC/)

@@ -52,9 +54,9 @@

| Browser | Operating System | Features |
| ------------- |------------- |------------ |
| Google Chrome | Windows + MacOSX + Ubuntu + Android | audo + video |
| Firefox | Windows + MacOSX + Ubuntu + Android | audo + video |
| Opera | Windows + MacOSX + Ubuntu + Android | audo + video |
| Edge | Windows 10 | only audio |
| Safari | MacOSX + iOS (iphone/ipad) | audo + video |
| Browser | Operating System | Features |
| ------------- |------------- |--------------------- |
| Google Chrome | Windows + MacOSX + Ubuntu + Android | audio + video + screen |
| Firefox | Windows + MacOSX + Ubuntu + Android | audio + video + screen |
| Opera | Windows + MacOSX + Ubuntu + Android | audio + video + screen |
| Edge | Windows 10 | only audio |
| Safari | MacOSX + iOS (iphone/ipad) | audio + video |

@@ -66,5 +68,5 @@ ## Codecs Support

| Chrome | VP8, VP9, H264, MKV | OPUS/VORBIS, PCM |
| Opera | VP8, VP9, H264, MKV | OPUS/VORBIS, PCM |
| Firefox | VP8, H264 | OPUS/VORBIS, PCM |
| Safari | VP8 | OPUS/VORBIS, PCM |
| Opera | VP8 | OPUS/VORBIS, PCM |
| Edge | None | PCM |

@@ -79,4 +81,4 @@

<!-- use 5.5.2 or any other version on cdnjs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.5.2/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>

@@ -97,2 +99,3 @@ <!-- NPM i.e. "npm install recordrtc" -->

// audio/webm
// video/webm;codecs=vp9

@@ -103,5 +106,6 @@ // video/webm;codecs=vp8

// video/mpeg -- NOT supported by any browser, yet
// video/mp4 -- NOT supported by any browser, yet
// audio/wav
// audio/webm
// audio/ogg
// audio/ogg -- ONLY Firefox
// demo: simple-demos/isTypeSupported.html
mimeType: 'video/webm',

@@ -192,3 +196,3 @@

```javscript
```javascript
RecordRTC.prototype = {

@@ -313,3 +317,3 @@ // start the recording

## Unti Tests
## Unit Tests

@@ -316,0 +320,0 @@ * [https://travis-ci.org/muaz-khan/RecordRTC](https://travis-ci.org/muaz-khan/RecordRTC)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc