@hackage ebml0.1.1.0

A pure EBML parser

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.