fsphil / ssdv

A robust version of the JPEG image format, for transmission over an unreliable medium.
GNU General Public License v3.0
99 stars 33 forks source link

Question: Can this library be used or adapted to usage with arbitary data? #8

Closed Alexei-Kornienko closed 1 day ago

Alexei-Kornienko commented 1 day ago

It seems that Rust is lacking of general purpose FEC library so i'm looking for one that can be used for video stream (H264, H265) encoding. General idea is the same - code should be able to run with minimal memory allocations and low cpu overhead

Alexei-Kornienko commented 1 day ago

It seems that https://crates.io/crates/raptorq can be used. Please disregard this issue