Skip to content

davidcoles/hls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hls

An HLS server which uses an Icecast origin server to relay ADTS/AAC streams.

Aruments are the port to listen on for clients, the origin server base URL and then a list of mountpoint names, eg.:

go run hls.go :8888 http://origin.example.com Blues Soul Rock Classical

You can also specify some flags:

  • -r to provide a redirect URL for paths which don't match stream patterns
  • -m the minimum number of active streams to consider the server as healthy (for load balancers - /healthy)

http://players.akamai.com/players/hlsjs

Releases

No releases published

Packages

No packages published

Languages