Description
A pure EBML parser.
Description
Pure decoder for the Extensible Binary Meta Language (EBML) format.
Use this library to parse mkv/webm file or split a webm stream segments.
Checkout a motivating use-case presented in this blog post: Broadcasting a WebM stream using MSE.
Read the haskell-ebml demo app for simple usage: Main.hs.