Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 852 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 852 Bytes

Manifest

Manifest is a library for parsing and creating video manifest files.

Usage

See godoc.

Features

  • Complete HLS compliance upto version 7, defined in the April 4 2016 specification

In-progress

  • DASH is currently not running in production, follow along and help us guide the creation!

Motivation

Ingest as a organization makes use of lots of open-source software. We initially worked and used grafov/m3u8 for parsing HLS media playlists but found that we quickly were outpacing the scope of the library. As our roadmap grew and required future HLS version support, and other manifest formats such as DASH, we felt that it would be best to move the development in-house.