Socket
Socket
Sign inDemoInstall

@api.video/browser-to-rtmp-server

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api.video/browser-to-rtmp-server - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

3

dist/ffmpeg.js

@@ -139,3 +139,3 @@ "use strict";

const keyintMin = String(Math.min(25, this.options.framerate));
return [
const options = [
'-i',

@@ -175,2 +175,3 @@ '-',

];
return options;
}

@@ -177,0 +178,0 @@ }

{
"name": "@api.video/browser-to-rtmp-server",
"description": "Library to broadcast the stream of a webcam from the browser to an RTMP server (server part).",
"version": "0.2.2",
"version": "0.2.3",
"main": "./dist/index.js",

@@ -6,0 +6,0 @@ "typings": "./dist/index.d.ts",

@@ -174,3 +174,3 @@ import { FfmpegConfig, ServerError } from './types';

return [
const options = [
'-i',

@@ -210,3 +210,5 @@ '-',

];
return options;
}
}
}

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