catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
324 stars 78 forks source link

Feature request: Option to select TCP (-s SATIPC) specifically for individual server connections #1138

Closed Wanninger closed 4 months ago

Wanninger commented 4 months ago

It would be helpful if it were possible to select TCP or UDP transport depending on the destination server.

Example:

There are three SATIP servers, one DD-ONet and two minisatip servers in a network. The DD-Onet can only use UDP, but the two minisatip servers can also use TCP.

Maybe something like this:

...-s -TCP 192.168.0.100 -s -TCP 192.168.0.101 -s -UDP 192.168.0.102

The -O option forces all SATIPC connections to speak TCP, which is not helpful here.

-THX

Jalle19 commented 4 months ago

This is already possible, see the help text for the "-s" parameter. Basically you add an asterisk to indicate TCP mode.