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

Remove the HLSTagCriteria and HLSTagCriterion Query Language objects #43

Closed dcoufal closed 5 years ago

dcoufal commented 5 years ago

Description

This ticket is to remove the HLSTagCriteria and HLSTagCriterion objects.

I don't think people are using those objects. At Comcast, we use filter/map/reduce to do queries instead, and that seems much more natural and easy to understand.

Tasks

dcoufal commented 5 years ago

Addressed