Socket
Socket
Sign inDemoInstall

@datazoom/collector_bitmovin

Package Overview
Dependencies
0
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @datazoom/collector_bitmovin

## Introduction Datazoom is a high availability real-time data collection solution. This document summarizes how to integrate with the Datazoom platform.


Version published
Weekly downloads
121
decreased by-77.43%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

Bitmovin

Introduction

Datazoom is a high availability real-time data collection solution. This document summarizes how to integrate with the Datazoom platform.

Installation

npm i @datazoom/collector_bitmovin

Plugin Initialisation

datazoom.init({ 
    configuration_id:"CONFIG_ID"
});

Note: Replace the CONFIG_ID value with the collector configuration ID.

Usage

To activate data collection for Amazon IVS instance, create a Datazoom context which references the player instance with the following snippet:

let playerContext = datazoom.createContext(playerManager);

Example

import datazoom from '@datazoom/collector_bitmovin'
...
let playerContext;
...
datazoom.init({ 
    configuration_id:"CONFIG_ID"
});
playerContext = datazoom.createContext(playerManager);

Keywords

FAQs

Last updated on 06 Mar 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc