项目作者: dholroyd

项目描述 :
SMPTE 2022-1 FEC decoder library written in Rust
高级语言: Rust
项目地址: git://github.com/dholroyd/smpte2022-1-fec.git
创建时间: 2019-03-05T23:54:09Z
项目社区:https://github.com/dholroyd/smpte2022-1-fec

开源协议:Other

下载


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.)