streaming icon indicating copy to clipboard operation
streaming copied to clipboard

Media streaming and broadcast systems in Go

Results 4 streaming issues
Sort by recently updated
recently updated
newest added

The values are documented in SCTE 35 section SCTE 35 section 10.3.3.1. Right now we have magic values floating around. See in particular: crc_32.go:95: 0x30476DC0, splice_descriptor.go:152: case 0x34, 0x30, 0x32,...

For every test case, Segmentation.EventIDCompliance (or anywhere else a so-called event ID field is) the value is always true. But this isn't really specified in plain language in the specs....

There's an array with a bunch of magic values that we don't know how they are generated or where they come from. If they can't be generated trivially, then maybe...