Skip to content
/ HLSCore Public

A collection of Swift packages for working with HLS

License

Notifications You must be signed in to change notification settings

fcanas/HLSCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HLSCore

A collection of Swift packages for working with HLS.

HLSCore is three packages. The organization of the project will change as real tools are built on HLSCore.

  • Parsing — An HLS playlist parser built on parser combinators
  • Types — Defines the core elements of HLS as Swift structs and enums
  • Serialization — Converts HLS playlists defined in Types into strings

HLSCore is in experimental development. It does not implement the full HLS specification. It is built in the service of private tools and the command-line tool, scrape.

License

HLSCore is available under the MIT license.