Commit graph

16 commits

Author SHA1 Message Date
abc1d82912
Show human readable time to serde repr
Adds a new field to the serde struct that represents a human readable
duration of time. This makes easier to debug the SCTE markers.

This commit also simplifies a bit the code using Default trait and other
simplifications.

Fixed the calculation of the sizes of sections in the final SCTE struct.
We were not calculating correctly the amount of bytes of the sections.
Now we use the Recorder pattern which returns the exact amount of bytes
written.
2022-05-06 00:29:10 +02:00
8b5287938d
Update readme 2022-05-03 16:54:39 +02:00
00a28859c7
Support descriptors serialization 2022-05-03 16:53:28 +02:00
fa917dafce
Segmentation descriptor with upid types 2022-05-03 13:40:39 +02:00
1f1ee312c0
Initial segmentation descriptor implementation 2022-05-02 19:45:05 +02:00
3ffcca82c0
Use standard naming 2022-05-02 11:04:45 +02:00
407f88c69d
Fix link in README 2022-05-02 09:42:14 +02:00
6fd2babc11
Initial support for TimeSignal 2022-05-02 00:08:28 +02:00
cc43ed8994
Alert it's a work in progress 2022-05-01 17:42:48 +02:00
6b54b5456a
Encode as hex 2022-05-01 16:01:39 +02:00
f13606d851
Allow modification before encoding 2022-05-01 15:49:28 +02:00
02843e70f1
Serialization support using serde 2022-05-01 15:22:26 +02:00
e4ccc470a6
Can encode SpliceNull, first test pass 2022-05-01 11:45:26 +02:00
5e9522b845
Possibility to write splice info section 2022-05-01 00:49:45 +02:00
f3936e2e78
Add crate description 2022-04-24 00:10:14 +02:00
b7f280d753
Initial version 2022-04-24 00:05:28 +02:00