Changes between Version 95 and Version 96 of Documentation/VLC
- Timestamp:
- Dec 10, 2010, 4:01:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v95 v96 29 29 The ariba framework is currently available for Linux, therefor, the plugin is also Linux-based. As soon as further platforms are available it will be announced here. 30 30 31 A quick and simple way for testing and using the plugin (besides compilation) is the use of precompiled libraries, which we provide. In this section we describe how to set up an ''Ubuntu 9.10 or10.04'' for this purpose. This should be adoptable to other Linux distributions easily. Instructions how to compile the plugin are provided in the Developers Guide below.32 33 For running the AribaMC plugin a number of packages are required on the target system. For the precompiled binaries of Ariba and MCPO you need the exact versio s of the libraries, if you compile by yourself use the newest available.31 A quick and simple way for testing and using the plugin (besides compilation) is the use of precompiled libraries, which we provide. In this section we describe how to set up an ''Ubuntu 10.04'' for this purpose. This should be adoptable to other Linux distributions easily. Instructions how to compile the plugin are provided in the Developers Guide below. 32 33 For running the AribaMC plugin a number of packages are required on the target system. For the precompiled binaries of Ariba and MCPO you need the exact versions of the libraries, if you compile by yourself use the newest available. 34 34 35 35 {{{ … … 43 43 Please download the tar-ball containing the Ariba and the plugin libraries from the links provided in the intro of this documentation above. 44 44 45 Unpack the archive to e.g. {{{$HOME}}}. You will find two folders f irst for 32 and 64 bit, then {{{aribalibs}}} and {{{vlclibs}}}. Set the {{{LD_LIBRARY_PATH}}} to aribalibs:46 {{{ 47 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/ aribalibs45 Unpack the archive to e.g. {{{$HOME}}}. You will find two folders for 32 or 64 bit {{{AribaMC_VLC_32}}} or {{{ArbaMC_VLC_64}}}, then {{{aribalibs}}} and {{{vlclibs}}}. Set the {{{LD_LIBRARY_PATH}}} to aribalibs: 46 {{{ 47 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/AribaMC_VLC_32/aribalibs 48 48 }}} 49 49 and run VLC with 50 50 {{{ 51 vlc --plugin-path=$HOME/ vlclibs51 vlc --plugin-path=$HOME/AribaMC_VLC_32/vlclibs 52 52 }}} 53 53 … … 60 60 To follow the instructions here, you can switch the language to English: 61 61 {{{ 62 LANG=en_US.UTF-8 vlc --plugin-path={{{$HOME}}}/ vlclibs62 LANG=en_US.UTF-8 vlc --plugin-path={{{$HOME}}}/AribaMC_VLC_32/vlclibs 63 63 }}} 64 64 … … 101 101 While the GUI only provides limited configuration capabilities, you can use a configuration file that allows for more fine-grained configuration. The configuration file can only be loaded when using VLC with the command line. Setting the configuration file is currently different on sender and receiver side. For setting the config file of the sender use 102 102 {{{ 103 vlc --plugin-path=$HOME/ vlclibs --sout-aribamc-config-file ./config.txt103 vlc --plugin-path=$HOME/AribaMC_VLC_32/vlclibs --sout-aribamc-config-file ./config.txt 104 104 }}} 105 105 and for the receiver side use 106 106 {{{ 107 vlc --plugin-path=$HOME/ vlclibs --config-file ./config.txt107 vlc --plugin-path=$HOME/AribaMC_VLC_32/vlclibs --config-file ./config.txt 108 108 }}} 109 109