Scte35

Library to parse SCTE-35 data.

My code follows SCTE-35 specs, section 10.3.3 segmentation_descriptor(), Table 19.

Also see Understanding SCTE-35 and binary pattern matching in Elixir.

Extracting segmentation_upid and segment_num from NBC's SCTE-35 strings.

Installation

If available in Hex, the package can be installed by adding scte35 to your list of dependencies in mix.exs:

def deps do
  [
    {:scte35, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/scte35.