3 releases (breaking)

0.3.0 Feb 22, 2021
0.2.0 Apr 2, 2019
0.1.0 Mar 6, 2019

#470 in Video

Download history 27/week @ 2024-02-19 24/week @ 2024-02-26 13/week @ 2024-03-04

64 downloads per month
Used in scte35dump

MIT/Apache

43KB
836 lines

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


lib.rs:

Support for decoding of RTP streams using SMPTE 2022-1 Forward Error Correction, also known as 'Pro-MPEG Code of Practice #3' or '1D/2D parity FEC' or '2dparityfec'.

Dependencies

~215KB