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

Add a function to summarize the stream content of a master playlist #57

Closed dcoufal closed 5 years ago

dcoufal commented 5 years ago

Description

This PR implements feature #40.

It can be useful to be able to analyze the stream content of a master playlist.

This PR adds a function on MasterPlaylist to get a summary of all the independent streams in that playlist. This includes an analysis of whether each stream is demuxed audio, demuxed video, or mixed audio/video.

Change Notes

Pre-submission Checklist