Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@tv2media/v-connection
Advanced tools
Sofie TV Automation Vizrt Media Sequencer Engine connection library
Library to enable the Sofie TV Automation system to control a Vizrt Media Sequencer Engine (MSE), to be implemented in Node.js with Typescript.
This library is currently experimental. It currently contains:
This library bridges the Vizrt Media Sequencer Engine and typescript to all the Sofie TV Automation system to control graphics generation.
Having checked out this project from git, install packages and build the native extension:
yarn install
Build the typescript interface module:
yarn build
This package has automated tests that run with jest. Test with:
yarn test
Add this module to your project with one of:
npm install v-connection
yarn add v-connection
Import into your project with one of:
const { createMSE, MSE } = require('v-connection')
import { createMSE, MSE } from 'v-connection'
Use factory createMSE
to create a connection to a running MSE, e.g.:
let mse: MSE = createMSE('hostname.domain', restPort, wsPort)
Note that restPort
and wsPort
are optional. If omitted, the default port numbers will be used.
This version of the library assumes the following setup are has been done within an MSE in advance:
namespace_...
).Given that setup, the steps to use the library are:
This library is in no way associated with, or endorsed by, Vizrt.
FAQs
Sofie TV Automation Vizrt Media Sequencer Engine connection library
The npm package @tv2media/v-connection receives a total of 1,153 weekly downloads. As such, @tv2media/v-connection popularity was classified as popular.
We found that @tv2media/v-connection demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.