Changes between Version 98 and Version 99 of Documentation/VLC


Ignore:
Timestamp:
Dec 10, 2010, 4:10:49 PM (13 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v98 v99  
    110110The configuration file can hold several parameters, the [wiki:Documentation/Configuration main documentation is here]. To achieve the same effect as in the GUI use:
    111111{{{
    112 ariba.endpoints = tcp{5003}
    113 ariba.bootstrap.hints=mcpovlc{ip{127.0.0.1};tcp{5002}}
     112ariba.endpoints = tcp{1234}
     113ariba.bootstrap.hints=mcpovlc{ip{127.0.0.1};tcp{5000}}
    114114}}}
    115115The 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. See the  [wiki:Documentation/Configuration documentation] for the format.