josephch / hlsdownloader

Mirrors an HLS asset. Downloads HLS manifests, playlists and fragments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hlsdownloader

Mirrors an HLS asset. Downloads HLS manifests, playlists and fragments.

Dependencies

hlsdownloader required make, g++, pkg-config, libcurl etc to build

Installing dependencies in Ubuntu

sudo apt install build-essential pkg-config libcurl4-openssl-dev

Build hlsdownloader

execute make in the root directory.

Executable is created in build folder build/hlsdownloader

Running hlsdownloader

Executing hlsdownloader as below gives usage information.

build/hlsdownloader

About

Mirrors an HLS asset. Downloads HLS manifests, playlists and fragments.


Languages

Language:C++ 96.8%Language:Makefile 3.2%