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
- Host: GitHub
- URL: https://github.com/rust-av/flavors
- Owner: rust-av
- License: mit
- Created: 2016-03-09T09:24:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T17:14:41.000Z (12 months ago)
- Last Synced: 2025-03-31T06:08:42.206Z (10 months ago)
- Topics: demuxer, flv, flv-parser, nom, rust
- Language: Rust
- Homepage:
- Size: 6.06 MB
- Stars: 70
- Watchers: 5
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flavors, an FLV parser in Rust with nom
[](https://github.com/rust-av/flavors/actions)
[](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)