Haivision / srt

Secure, Reliable, Transport
https://www.srtalliance.org
Mozilla Public License 2.0
3.06k stars 839 forks source link

[FR] New app: srt-netcat #2051

Open Phygon opened 3 years ago

Phygon commented 3 years ago

I suggest a new example application, which is a simple netcat-clone using the SRT protocol.

Example usage:

Alternative interface with URLs:

Once connected, both endpoints forward their STDIN to the other endpoint's STDOUT.

Additionally, if given a command to execute, it will start a child process and redirect its STDIN/STDOUT instead:

With this tool, a SRT connection (preferably encrypted) could be used to transfer files using rsync.

maxsharabayko commented 3 years ago

Sounds interesting. If only a unidirectional forwarding is needed, then srt-file-transmit srt://:5555 file://con could be used for the purpose. Note however issue #646.

QGB commented 2 years ago

srt-file-transmit.exe where to download?

maxsharabayko commented 2 years ago

srt-file-transmit.exe where to download?

It is a sample app, a part of the SRT repo.