Skip to content

Use lightweight srt-xtransmit docker image to reduce server settings #38

Description

@lotfull

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions