adding private UPID parsers #22
-
Hi Adrian, I would like to add two private UPID parsers to threefive, based on this spec: https://mediaperspectives.nl/app/uploads/2020/03/2020-12-22-Media-Perspectives-ETDSS.pdf Here is my attempt for the SBSB UPID: richard-vd/bitn@75c0a5a and richard-vd/SCTE35-threefive@b63110a Comments are welcome, is this the way to go? This is the output:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Good idea, https://github.com/futzu/threefive/blob/master/examples/upid/custom_upid_handling.py |
Beta Was this translation helpful? Give feedback.
Good idea,
Since it's "custom" handling, it doesn't really belong in the lib.
I think something like this keeps it flexible for other custom upid handlers
https://github.com/futzu/threefive/blob/master/examples/upid/custom_upid_handling.py