Changes between Version 91 and Version 92 of Documentation/VLC


Ignore:
Timestamp:
Dec 10, 2010, 2:50:31 PM (13 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v91 v92  
    104104}}}
    105105
    106 The configuration file can hold several parameters, the [wiki:Documentation/Configuration main documentation is here].
    107 
    108 
    109 
    110 
    111 
     106The configuration file can hold several parameters, the [wiki:Documentation/Configuration main documentation is here]. To achieve the same effect as in the GUI use:
     107{{{
     108ariba.endpoints = tcp{5003}
     109ariba.bootstrap.hints=mcpovlc{ip{127.0.0.1};tcp{5002}}
     110}}}
     111The first is the local server socket port, the second is the bootstrap information for the remote IP and port. Note, that you can only use hostnames in the GUI, the settings file requires IP addresses. In the settings you can use furthermore IPv6 addresses, RFCOMM, and automatic bootstrap modules.
     112
     113We currently have three automatic bootstrap modules that help to join the network without giving any IP/port information:
     114  * broadcast - A periodic broadcasting protocol using IPv4 and IPv6
     115  * mdns - Multicast DNS using the Avahi library
     116  * sdp - Bluetooth service discovery protocol
     117If you are running on a LAN, you can e.g. use the following in the settings
     118{{{
     119ariba.bootstrap.hints=mcpovlc{bootstrap}
     120}}}
     121for running the automatic broadcast based bootstrapping module. Note, that a client does only broadcast its bootstrap information if the module is enabled, and can only receive the information if the module is enabled. Just using it on one machine does not make sense, you have to use it on multiple machines.
    112122
    113123To view further parameters of the AribaMC plugin do: