Contribution: EBML

{ publishDate: 2021-03-06, readTime: 1 min read, categories: [ Contribution, Programming ], tags: [ EBML, Matroska, RFC ], authors: [ László GÖRÖG ] }

Recently I got interested in Matroska container and found out IETF is working on documents to make Matroska and EBML a standard. These documents help developers to better understand the underlining technologies and to create implementations for them in any programming language. From these two documents my main interest is EBML which defines the structure of Matroska (.mkv .mk3d .mka .mks) files.

While working on a Go implementation myself I’ve found some issues in the EBML specification and provided an issue and a PR to fix it. I can proudly announce my PR got merged.

I plan to keep working on my implementation and provide feedback if needed to help the IETF Cellar Group finalise EBML and Matroska specification.

comments powered by Disqus