smpte2022-1-fec

Crates.iosmpte2022-1-fec
lib.rssmpte2022-1-fec
version0.3.0
sourcesrc
created_at2019-03-06 00:03:18.317734
updated_at2021-02-22 23:57:50.939393
descriptionDecoder for SMPTE 2022-1 FEC protected data
homepage
repositoryhttps://github.com/dholroyd/smpte2022-1-fec
max_upload_size
id118995
size75,385
David Holroyd (dholroyd)

documentation

README

smpte2022-1-fec

Implementation of the core state-machine for Forward Error Correction specificed by SMPTE 2022-1 (previously Pro-MPEG Code of Practice #3).

crates.io version Documentation Unstable API

This create does not make any assumptions about the application's IO model, and should be able to work with MIO / Tokio / others. On the other hand, this crate does not provide any of those integrations itself, so you will need to provide your own UDP packet processing logic. (Other crates may provide such integrations in future.)

Commit count: 70

cargo fmt