Skip to content

Releases: jamesfining/scte

v1.1.4

05 Feb 15:27
Compare
Choose a tag to compare

"reserved" field in scte-35 now will have value = 1 to comply with spec.

v1.1.3

11 Dec 17:37
Compare
Choose a tag to compare

Fixed issue where padding exists in the scte data and caused failures to parse Splice Descriptors. Now, SpliceEvent breaks from the parsing loop if the minimum number of bytes required for a SpliceDescriptor is not present

v1.1.2

11 Dec 16:16
Compare
Choose a tag to compare

Fixed JSON Serializing of SpliceEvent, SpliceInsert was giving issues

Logging Fix

14 Jan 20:51
Compare
Choose a tag to compare
Added ability to pass logger object / use default when none for all S…

…CTE35 classes

JSON serialized SpliceEvent objects, better segmentation_upid representation

24 Jul 21:09
af28028
Compare
Choose a tag to compare

JSON serialized SpliceEvent objects, better segmentation_upid representation

Added SpliceEvent serialization

14 May 17:53
Compare
Choose a tag to compare

Added SpliceEvent serialization, corrected cr/lf problems.

Fixed import bugs

09 May 18:42
Compare
Choose a tag to compare

Fixed import bugs

scte35_enums rename fix

25 Apr 20:11
Compare
Choose a tag to compare

Import was named incorrectly

Zero-Length UPID Fix

25 Apr 19:38
Compare
Choose a tag to compare

Fixed failure to check for zero-length UPID before atempting to parse it

Version 1 Release

22 Apr 16:30
f80d336
Compare
Choose a tag to compare

Settled on separating the scte35 classes into their own files.