All Projects → videojs → Hls Fetcher

videojs / Hls Fetcher

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

HLS-FETCHER

Build Status Greenkeeper badge Slack Status

NPM

Maintenance Status: Stable

A simple CLI tool to fetch an entire hls manifest and it's segments and save it all locally.

Table of Contents generated with DocToc

Installation

  $ [sudo] npm install hls-fetcher -g

Command Line Usage

Example

hls-fetcher -i http://example.com/hls_manifest.m3u8

Options

  $ hls-fetcher
  Usage: hls-fetcher

  Options:
    -i, --input        uri to m3u8 (required)
    -o, --output       output path (default:'./')
    -c, --concurrency  number of simultaneous fetches (default: 5)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].