rtp-ogg-opus
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

rtp-ogg-opus

RTP Ogg/Opus Tools for NodeJS

Introduction

This module contains five useful transform streams to work with RTP and Ogg/Opus. This classes are based on native bindings to libopus 1.3.1 and libogg 1.3.4. The core of this library is based on opus-tools 0.2.

  • OggOpusToRtp: used to read ogg/opus files or streams and send them through RTP.
  • RtpDecoder: used to decode RTP packets into streams (payload).
  • RtpEncoder: used to encode streams into RTP packets.
  • RtpOpusToPcm: used to read RTP Opus encoded packets and convert them to Linear PCM.
  • RtpToOggOpus: used to read RTP Opus encoded packets and encapsulate them in Ogg containers.

Installation

npm install rtp-ogg-opus

Usage

Check out our examples project.

Dependencies (4)

Dev Dependencies (20)

Package Sidebar

Install

npm i rtp-ogg-opus

Weekly Downloads

3

Version

1.0.13

License

MIT

Unpacked Size

13.8 MB

Total Files

573

Last publish

Collaborators

  • nesken