Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.
Apache License 2.0
180 stars 40 forks source link

Should be an interface to figure out the muxed/demuxed makeup of an asset #40

Closed dcoufal closed 5 years ago

dcoufal commented 5 years ago

Description

It's useful to be able to look at a master playlist and figure out if it has:

demuxed video demuxed audio muxed audio and video

or some combination of such.

In my head, this would be a function on a MasterPlaylist and would return an OptionSet, but there are likely other ways of skinning the cat.

Tasks

Notes

Comcast has private code that basically does this, so might be best to wait for someone in the company to do the work.

dcoufal commented 5 years ago

Addressed