88 | | The mcpo-vlc plugin takes three connection parameters. {{{source-port:destination-address:destination-port}}} (e.g. {{{1234:localhost:5000}}}) |
89 | | |
90 | | The {{{source-port}}} provides an entry point for other instances to the SpoVNet our instance is in (or will be in). |
91 | | To access this entry point {{{destination address}}} and {{{destination port}}} must be set on the IP address (or domain name) and {{{source-port}}} of an instance in the targeted SpoVNet. |
| 88 | The mcpo-vlc plugin takes three connection parameters. {{{SourcePort:DestinationAddress:DestinationPort}}} (e.g. {{{1234:localhost:5000}}}) |
| 89 | |
| 90 | The {{{SourcePort}}} provides an entry point for other instances to the SpoVNet our instance is in (or will be in). |
| 91 | To access this entry point {{{DestinationAddress}}} and {{{DestinationPort}}} must be set on the IP address (or domain name) and {{{SourcePort}}} of an instance in the targeted SpoVNet. |
97 | | At first we need an initial SpoVNet, consisting of a single mcpo-vlc instance. This instance can either be server or client but must be accessible from (at least) the second instance. (Means, it mustn't be blocked by a firewall or NAT.) On the first instance we have to set the source-port. Destination-address and -port can be set but as long as there is no other instance listening there, setting this parameters has no effect. |
98 | | |
99 | | On the second instance, destination-address and -port must be set adequate. It can also set the source-port to act as an entry point later. |
100 | | |
101 | | A third instance can either use the first instance or the second one as an entry point. (Given that both are accessible and have their source-port set.) |
| 97 | At first we need an initial SpoVNet, consisting of a single mcpo-vlc instance. This instance can either be server or client but must be accessible from (at least) the second instance. (Means, it mustn't be blocked by a firewall or NAT.) On the first instance we have to set the {{{SourcePort}}}. {{{DestinationAddress}}} and {{{-Port}}} can be set but as long as there is no other instance listening there, setting this parameters has no effect. |
| 98 | |
| 99 | On the second instance, {{{DestinationAddress}}} and {{{-Port}}} must be set adequate. It can also set the {{{SourcePort}}} to act as an entry point later. |
| 100 | |
| 101 | A third instance can either use the first instance or the second one as an entry point. (Given that both are accessible and have their {{{SourcePort}}} set.) |