scte35/src
Rafael Caricio f0f60ebdfc
Roadblock on Deku usage
Here we hit a road block on using Deku for the SCTE35 spec. The Upid
type is more complex in terms of serialization which makes it very
complicated to use Deku.

Besides the problem above. It seems like using Deku will make
maintainance more complicated due to the externsive use of magic macros.
Which also does impact development. I still believe Deku is a great
project to be used in more straight forward binary formats.
2022-05-12 09:08:28 +02:00
..
descriptors Roadblock on Deku usage 2022-05-12 09:08:28 +02:00
commands.rs Serialize TimeSignal with additional fields 2022-05-06 23:56:17 +02:00
data.rs Roadblock on Deku usage 2022-05-12 09:08:28 +02:00
info.rs Serialize TimeSignal with additional fields 2022-05-06 23:56:17 +02:00
lib.rs Use Deku crate for serialization 2022-05-10 23:05:48 +02:00
serde.rs Serialize TimeSignal with additional fields 2022-05-06 23:56:17 +02:00
time.rs Define Splice Descriptor using Deku 2022-05-11 23:17:43 +02:00