An open API service indexing awesome lists of open source software.

https://github.com/rust-av/flavors

FLV parser in Rust with nom
https://github.com/rust-av/flavors

demuxer flv flv-parser nom rust

Last synced: 9 months ago
JSON representation

FLV parser in Rust with nom

Awesome Lists containing this project

README

          

# Flavors, an FLV parser in Rust with nom

[![Actions Status](https://github.com/rust-av/flavors/workflows/flavors/badge.svg)](https://github.com/rust-av/flavors/actions)
[![Coverage Status](https://coveralls.io/repos/Geal/flavors/badge.svg?branch=master)](https://coveralls.io/r/Geal/flavors?branch=master)

References:
- [Specification](https://rtmp.veriskope.com/pdf/video_file_format_spec_v10.pdf)
- [Samples](http://streams.videolan.org/samples/FLV/)
- [C implementation](https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/flvdec.c)