Changes between Version 98 and Version 99 of Documentation/VLC
- Timestamp:
- Dec 10, 2010, 4:10:49 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v98 v99 110 110 The configuration file can hold several parameters, the [wiki:Documentation/Configuration main documentation is here]. To achieve the same effect as in the GUI use: 111 111 {{{ 112 ariba.endpoints = tcp{ 5003}113 ariba.bootstrap.hints=mcpovlc{ip{127.0.0.1};tcp{500 2}}112 ariba.endpoints = tcp{1234} 113 ariba.bootstrap.hints=mcpovlc{ip{127.0.0.1};tcp{5000}} 114 114 }}} 115 115 The 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.