gesinger / vhs-utils

Objects and functions shared throughout @videojs/http-streaming code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@videojs/vhs-utils

Objects and functions shared throughtout @videojs/http-streaming code

Installation

npm install --save @videojs/vhs-utils

Usage

All utility functions are published under dist and can be required/imported like so:

import resolveUrl from '@videojs/vhs-utils/dist/resolve-url'; const resolveUrl = require('@videojs/vhs-utils/dist/resolve-url');

About

Objects and functions shared throughout @videojs/http-streaming code

License:MIT License


Languages

Language:JavaScript 90.3%Language:HTML 9.7%