srt-rs icon indicating copy to clipboard operation
srt-rs copied to clipboard

SRT implementation in Rust

Results 25 srt-rs issues
Sort by recently updated
recently updated
newest added

Ubuntu 21.04 ``` sudo apt update; sudo apt install git build-essential cargo ``` ``` mkdir -p build cd build git clone https://github.com/russelltg/srt-rs cd srt-rs cargo build --release sudo ln -s...

Hey everyone! I'm extensively testing this library in real-world scenarios. And here's a weird flaw i found. Using srt-rs (sender) -> srt-rs (receiver) i get lots of too late packets...

#112 - statistics - fmt - clippy - inclusive match - hopeully fixes the build - start on sigint in srt-transmit

- general accesscontrol cleanup - use KeySize in packet

https://github.com/Haivision/srt/blob/master/docs/apps/srt-live-transmit.md#medium-srt

1. modify example/sender.rs, and add “pretty_env_logger::init();” 2. run example: RUST_LOG=info cargo run --release --example sender 3. run vlc as caller and connect to srt://127.0.0.1:3333 4. srt-rs print log " WARN...

Right now it's unused. Low priority as it's not useful for video.

If https://github.com/russelltg/srt-rs/issues/53 wants to be more or less compatible with the reference implementation API, it might be good to support extracting the same statistics. ``` c // Performance monitor with...

Pretty self explainatory, currently it just waits for a timeout.

good first issue