1.0.2 • Published 8 years ago

live-hls-fetcher v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

HLS-FETCHER

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

Installation

  $ [sudo] npm install live-hls-fetcher -g

Command Line Usage

Example

live-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)
1.0.2

8 years ago

1.0.1

8 years ago