Skip to content
/ hlsdl Public
forked from selsta/hlsdl

C program to download VoD HLS (.m3u8) files

License

Notifications You must be signed in to change notification settings

Offme/hlsdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hlsdl

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

Requirements

This program does NOT require FFmpeg installed in order to decrypt SAMPLE-AES content.

Build

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

Usage and Options

./hlsdl url [options]


-b ... Automatically choose the best quality.

-v ... Verbose more information.

-o ... Choose name of output file.

-u ... Set custom HTTP User-Agent header.

-h ... Set custom HTTP header.

-p ... Set proxy uri.

-k ... Allow to replace part of AES key uri - old.

-n ... Allow to replace part of AES key uri - new.

-f ... Force overwriting the output file.

-q ... Print less to the console.

-d ... Print the openssl decryption command.

-t ... Print the links to the .ts files.

-s ... Set live start offset in seconds.

-e ... Set refresh delay in seconds.

-r ... Set max retries at open.

-w ... Set max download segment retries.

-a ... Set additional url to the audio media playlist.

About

C program to download VoD HLS (.m3u8) files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • Roff 2.0%
  • Makefile 0.9%