http-streaming-buddytv

2.10.10 • Public • Published

HTTP-Streaming (BuddyTV)

Introduction

This library was forked from the original video.js http-streaming library, in order to provide a workaround for an Ad Stuttering issue that was detected.

Configuration

This feature can be configured when the VideoJS player is initialized using the following options:

html5: {
  vhs: {
    nudgeOffset: 0.2, // seconds to nudge
    enableNudgeOnError: this.nudgeOffset !== 0 // enable if not zero
  }
}

Set nudgeOffset to 0, to disable the feature

Getting Started

In order to get started with this project, please refer to the original instructions on the http-streaming page.

Publishing

This is published on the public npm repo, under the name http-streaming-buddytv.

For permissions to deploy this library, please contact the owner Phineas Kibbey.

/http-streaming-buddytv/

    Package Sidebar

    Install

    npm i http-streaming-buddytv

    Weekly Downloads

    0

    Version

    2.10.10

    License

    Apache-2.0

    Unpacked Size

    6.09 MB

    Total Files

    114

    Last publish

    Collaborators

    • pkibbey