Skip to content

ConnectedHomes/react-native-hls-fetcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%