mse_fmp4 0.1.0

A library for generating fragmented MP4 that playable via Media Source Extensions
Documentation
mse_fmp4
=========

[![mse_fmp4](http://meritbadge.herokuapp.com/mse_fmp4)](https://crates.io/crates/mse_fmp4)
[![Documentation](https://docs.rs/mse_fmp4/badge.svg)](https://docs.rs/mse_fmp4)
[![Build Status](https://travis-ci.org/sile/mse_fmp4.svg?branch=master)](https://travis-ci.org/sile/mse_fmp4)
[![Code Coverage](https://codecov.io/gh/sile/mse_fmp4/branch/master/graph/badge.svg)](https://codecov.io/gh/sile/mse_fmp4/branch/master)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

A Rust library for generating fragmented MP4 that playable via Media Source Extensions.

[Documentation](https://docs.rs/mse_fmp4)

References
----------

- [ISO BMFF Byte Stream Format (Fragmented MP4)][fmp4]
- [Media Source Extensions][MSE]

[fmp4]: https://w3c.github.io/media-source/isobmff-byte-stream-format.html
[MSE]: http://www.w3.org/TR/media-source/