librist

Reliable Internet Stream Transport library for robust video streaming

brewmacoslinux
Try with needOr install directly
Source

About

Reliable Internet Stream Transport (RIST)

Commands

librist

Examples

Display library version and build information$ librist --version
Stream video over RIST protocol to a receiver$ ffmpeg -i input.ts -c copy -f mpegts rist://receiver_ip:port
Receive RIST stream and output to file$ ffmpeg -i rist://0.0.0.0:port -c copy -f mpegts output.ts