rust-srt

Rust playground for SRT streaming protocol

Скриншот репозитория GitHub rust-srt

Детали репозитория

Репозиторий #1089374782
АвторLorenzo Rottigni
Создано2025-11-04
Обновлено2025-11-14
Последний push2025-11-14
Размер9560 MB
Основной языкRust
Количество звёзд0
Основная веткаmaster

Навыки репозитория

README.md

Examples

https://github.com/russelltg/srt-rs/blob/main/srt-tokio/examples/

WSL

open camera from powershell:

TCP: ffmpeg -rtbufsize 2000M -f dshow -i video="HD USB Camera" -f mpegts tcp://0.0.0.0:12345?listen=1

UDP: ffmpeg -f dshow -i video="HD USB Camera" -f mpegts udp://127.0.0.1:12345