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

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

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 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
  • Local .m3u8 files

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%