Skip to content

Vualto/hls-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HLS Downloader

Download HLS streams.

Gem usage

require 'hls-download'

hls_stream = HLSDownload::HLS.new 'https://hls.cdn/mystream/manifest.m3u8'
hls_stream.download! output_dir: '/var/www/hls/mystream'

Docker

https://hub.docker.com/r/vualto/hls-download

TODO:

  • support iframe playlists
  • download recursively