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

@datazoom/collector_shaka

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datazoom/collector_shaka

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

  • 2.21.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
359
decreased by-35.32%
Maintainers
0
Weekly downloads
 
Created
Source

Shaka

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_shaka

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 Shaka 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_shaka'
...
let playerContext;
...
datazoom.init({ 
    configuration_id:"CONFIG_ID"
});
playerContext = datazoom.createContext(playerManager);

Keywords

FAQs

Package last updated on 23 Oct 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc