Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDEA: Relay support #4

Open
lars18th opened this issue Nov 26, 2019 · 1 comment
Open

IDEA: Relay support #4

lars18th opened this issue Nov 26, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@lars18th
Copy link
Owner

Hi,

A simple idea for the future: Implement RELAY support. In this case the stream is received and processed by the tool. This will open up different possibilities:

  • Unicast-to-multicast: in this case the SAT>IP server only supports unicast, then the tool will translate it to multicast.
  • RTP-to-UDP: when the receiver only accepts plain UDP MPEG-TS packets, then the tool will remove the RTP header.
  • PIPE output: the tool will read the RTP stream and pass it with a pipe to another tool.

All are useful. However I need sufficient time to implement it.
Help is welcomed!

@lars18th lars18th added enhancement New feature or request help wanted Extra attention is needed labels Nov 26, 2019
@lars18th
Copy link
Owner Author

lars18th commented Dec 9, 2019

Until this will added, you can use as a workaround the SOCAT tool:
socat UDP4-RECVFROM:10000,fork UDP4-SENDTO:192.168.1.80:10000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant