Changes between Version 34 and Version 35 of Documentation/VLC


Ignore:
Timestamp:
May 4, 2010, 3:40:40 PM (14 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v34 v35  
    8686==== Parameters ====
    8787
    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.
     88The mcpo-vlc plugin takes three connection parameters. {{{SourcePort:DestinationAddress:DestinationPort}}} (e.g. {{{1234:localhost:5000}}})
     89
     90The {{{SourcePort}}} provides an entry point for other instances to the SpoVNet our instance is in (or will be in).
     91To 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.
    9292
    9393An instance which has not connected to such an entry point makes up a SpoVNet with only itself in it.
     
    9595==== Creating a SpoVNet ====
    9696
    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.)
     97At 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
     99On the second instance, {{{DestinationAddress}}} and {{{-Port}}} must be set adequate. It can also set the {{{SourcePort}}} to act as an entry point later.
     100
     101A 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.)
    102102
    103103Et cetera.