russelltg / srt-rs

SRT implementation in Rust
Apache License 2.0
231 stars 35 forks source link

Transfer file #215

Open MarcAntoine-Arnaud opened 2 months ago

MarcAntoine-Arnaud commented 2 months ago

Hi @russelltg,

I'm looking to use that library to handle file transfer over SRT. I have seen some code cannot work (Congestion mode file is not supported).

Is it possible to help me to find the way to implement it ?

Best regards, Marc-Antoine

robertream commented 2 months ago

Yes, I can help guide you through this, but I'll have to warn you, it's a non-trivial change.

russelltg commented 2 months ago

My personal opinion is that file transfer is not a terribly compelling usecase for file transfer--my intuition is something like QUIC is better suited.

Maybe there's something SRT provides here that is good though.