I created lotfull:srtx docker image for srt-xtransmit: https://hub.docker.com/repository/docker/lotfull/srtx
Very useful and super-lightweight, only 4.4 MB!
Usage is very easy, just run at any machine using docker:
Pull image and receive live:
docker run --rm -p 4200:4200/udp lotfull/srtx:latest srt-xtransmit receive "srt://:4200?transtype=live&rcvbuf=1000000000&sndbuf=1000000000" --msgsize 1316 --statsfile stats-rcv.csv --statsfreq 100ms
Pull image and send (generate) live:
docker run --rm --net=host lotfull/srtx:latest srt-xtransmit generate "srt://127.0.0.1:4200?transtype=live&rcvbuf=1000000000&sndbuf=1000000000" --msgsize 1316 --sendrate 15Mbps --duration 10s --statsfile stats-snd.csv --statsfreq 100ms
I created
lotfull:srtxdocker image forsrt-xtransmit: https://hub.docker.com/repository/docker/lotfull/srtxVery useful and super-lightweight, only 4.4 MB!
Usage is very easy, just run at any machine using docker:
Pull image and receive live:
Pull image and send (generate) live: