https://github.com/sile/mse_fmp4
A Rust library for generating fragmented MP4 that playable via Media Source Extensions
https://github.com/sile/mse_fmp4
fmp4 media-source-extension rust
Last synced: about 1 year ago
JSON representation
A Rust library for generating fragmented MP4 that playable via Media Source Extensions
- Host: GitHub
- URL: https://github.com/sile/mse_fmp4
- Owner: sile
- License: mit
- Created: 2018-02-23T05:44:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T02:09:07.000Z (over 3 years ago)
- Last Synced: 2025-03-25T07:12:53.296Z (about 1 year ago)
- Topics: fmp4, media-source-extension, rust
- Language: Rust
- Homepage:
- Size: 105 KB
- Stars: 50
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mse_fmp4
=========
[](https://crates.io/crates/mse_fmp4)
[](https://docs.rs/mse_fmp4)
[](https://travis-ci.org/sile/mse_fmp4)
[](https://codecov.io/gh/sile/mse_fmp4/branch/master)
[](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/