Socket
Socket
Sign inDemoInstall

video-quality-tools

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

video-quality-tools - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

7

CHANGELOG.md
# Changelog
### 3.0.1
- Fix problem with [librtmp](https://linux.die.net/man/3/librtmp) style URL parameters.
### 3.0.0

@@ -45,2 +50,2 @@

- `FramesMonitor` fetches video and audio frames from the stream now.
- Added `width` and `height` info to video frames.
- Added `width` and `height` info to video frames.

6

package.json
{
"name": "video-quality-tools",
"version": "3.0.0",
"version": "3.0.1",
"description": "Set of tools to evaluate video stream quality.",

@@ -40,3 +40,3 @@ "main": "index.js",

"data-driven": "^1.4.0",
"eslint": "^6.6.0",
"eslint": "^6.8.0",
"get-port": "^5.0.0",

@@ -50,3 +50,3 @@ "mocha": "^6.2.2",

"app-module-path": "^2.2.0",
"lodash": "^4.17.15"
"lodash": "^4.17.21"
},

@@ -53,0 +53,0 @@ "bugs": {

@@ -99,3 +99,3 @@ 'use strict';

commandArgs.push('-rw_timeout', timeout, '-show_streams', '-print_format json', '-i', this._url);
commandArgs.push('-rw_timeout', timeout, '-show_streams', '-print_format json', '-i', `"${this._url}"`);

@@ -102,0 +102,0 @@ return promisify(exec)(commandArgs.join(' '));

@@ -16,3 +16,3 @@ 'use strict';

commandArgs.push('-rw_timeout', timeout, '-show_streams', '-print_format json', '-i', url);
commandArgs.push('-rw_timeout', timeout, '-show_streams', '-print_format json', '-i', `"${url}"`);

@@ -19,0 +19,0 @@ return commandArgs.join(' ');

Sorry, the diff of this file is not supported yet

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