srt

Secure Reliable Transport protocol implementation for streaming

brewmacoslinux
Try with needOr install directly
Source

About

Secure Reliable Transport

Commands

srt-live-transmitsrt-file-transmitsrt-tunnel

Examples

Stream live video from a source to SRT server$ srt-live-transmit udp://127.0.0.1:1234 srt://0.0.0.0:9000
Receive SRT stream and output to UDP$ srt-live-transmit srt://0.0.0.0:9000 udp://192.168.1.100:5000
Transfer file over SRT protocol$ srt-file-transmit file.mp4 srt://server.example.com:9000