tianchao-haohan / hlsdl

C program to download VOD HLS (.m3u8) files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hlsdl

This program converts .m3u8 playlists to a .ts video. It supports decryption of both AES-128 and SAMPLE-AES encryption.

Requirements

This program requirers FFmpeg installed in order to decrypt SAMPLE-AES content.

Build

Use make && make install && make clean to install.

Usage and Options

./hlsdl url [options]


--best    or -b  ... Automaticly choose the best quality.

--verbose or -v  ... Verbose more information.

--output  or -o  ... Choose name of output file.

--help    or -h  ... Print help.

--force   or -f  ... Force overwriting the output file.

--quiet   or -q  ... Print less to the console.

--dump-dec-cmd   ... Print the Key and IV of each media segment.

--dump-ts-urls   ... Print the links to the .ts files.

Todo

  • Multithreading
  • Remuxing to other formats

About

C program to download VOD HLS (.m3u8) files

License:MIT License


Languages

Language:C 96.2%Language:C++ 2.0%Language:Makefile 1.9%