scte35-reader

Crates.ioscte35-reader
lib.rsscte35-reader
version0.15.0
sourcesrc
created_at2018-03-04 23:44:08.800574
updated_at2024-02-23 00:58:06.443734
descriptionReader for data formatted according to SCTE-35
homepage
repositoryhttps://github.com/dholroyd/scte35-reader
max_upload_size
id53869
size84,566
David Holroyd (dholroyd)

documentation

README

scte35-reader

crates.io version

Parser data formatted according to SCTE-35.

For an example of usage, see the scte35dump tool.

Supported syntax

A subset of possible SCTE-35 syntax is currently handled:

  • splice_info_section()
    • encrypted_packet - ❌ decryption of encrypted SCTE-35 data is not supported

Commands

  • splice_null()
  • splice_schedule()
  • splice_insert()
  • time_signal()
  • bandwidth_reservation()
  • private_command()

Descriptors

  • avail_descriptor
  • DTMF_descriptor
  • segmentation_descriptor
  • time_descriptor
  • Reserved - Descriptors with tags values that are 'reserved' in SCTE-35 are supported in the sense that the application gets access to the descriptor byte values, and can parse them with application-specific logic.
Commit count: 89

cargo fmt