Changes between Version 93 and Version 94 of Documentation/VLC


Ignore:
Timestamp:
Dec 10, 2010, 3:48:32 PM (13 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v93 v94  
    99For more information about Ariba, MCPO, or the SpoVNet project, please refer to: http://www.ariba-underlay.org , http://www.spovnet.de
    1010
     11=== Get it! ===
     12
     13Anonymous SVN source code with newest versions:
     14 * [https://i72projekte.tm.kit.edu/SpoVNet-KA/entwicklung/ariba/trunk Ariba]
     15 * [https://i72projekte.tm.kit.edu/SpoVNet-KA/entwicklung/mcpo/trunk MCPO]
     16 * [https://i72projekte.tm.uka.de/SpoVNet-KA/entwicklung/tools/vlc/vlc-1.0.6 VLC 1.0.6 with AribaMC]
     17 * [https://i72projekte.tm.uka.de/SpoVNet-KA/entwicklung/tools/vlc/vlc-1.1.5 VLC 1.1.5 with AribaMC]
     18
     19Ariba and MCPO source official releases:
     20 * [https://projekte.tm.uka.de/trac/spovnet-base/downloads Ariba]
     21 * [https://projekte.tm.uka.de/trac/spovnet-base/downloads MCPO]
     22
     23Precompiled packages of Ariba, MCPO, and AribaMC plugins for VLC 1.0.6 that comes with Ubuntu 10.04 LTS
     24 * [attachment:AribaMCv0.1_VLCv1.0.6_32.tar.gz AribaMC precompiled package for 32 bit ]
     25 * [attachment:AribaMCv0.1_VLCv1.0.6_64.tar.gz AribaMC precompiled package for 36 bit ]
     26
    1127=== Setting up / installing ===
    1228
    13 1.0.6 --> Ubuntu 10.04 LTS
    14 1.1.4 --> Ubuntu 10.10
    15 1.1.5 --> aktuelle VLC version, aber nicht std. in Ubuntu
    16 
    17 32 bit
    18 64 bit
    19 
    20 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    21 
    2229The 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.
    2330
    2431A 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 or 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.
    2532
    26 For running the AribaMC plugin a number of packages are required on the target system. Your might need different boost versions, use what's coming with your distribution. Log4cxx is this version or higher required.
     33For 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 versios of the libraries, if you compile by yourself use the newest available.
    2734
    2835{{{
     
    3441}}}
    3542
    36 Please download the tar-ball containing the Ariba and the plugin libraries:[[BR]]
    37 32bit linux: [ coming soon ][[BR]]
    38 64bit linux: [ coming soon ]
    39 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    40 
    41 Unpack the archive to e.g. {{{$HOME}}}. You will find two folders {{{aribalibs}}} and {{{vlclibs}}}. Set the {{{LD_LIBRARY_PATH}}} to aribalibs:
    42 {{{
    43 set LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/aribalibs
     43Please download the tar-ball containing the Ariba and the plugin libraries from the links provided in the intro of this documentation above.
     44
     45Unpack the archive to e.g. {{{$HOME}}}. You will find two folders first for 32 and 64 bit, then {{{aribalibs}}} and {{{vlclibs}}}. Set the {{{LD_LIBRARY_PATH}}} to aribalibs:
     46{{{
     47export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/aribalibs
    4448}}}
    4549and run VLC with
    4650{{{
    47 vlc --plugin-path=/home/user/vlclibs
     51vlc --plugin-path=$HOME/vlclibs
    4852}}}
    4953
     
    5660To follow the instructions here, you can switch the language to English:
    5761{{{
    58 LANG=en_US.UTF-8 vlc --plugin-path=/home/user/vlclibs
     62LANG=en_US.UTF-8 vlc --plugin-path={{{$HOME}}}/vlclibs
    5963}}}
    6064
     
    97101While 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
    98102{{{
    99 vlc --plugin-path=/home/user/vlclibs --sout-aribamc-config-file ./config.txt
     103vlc --plugin-path=$HOME/vlclibs --sout-aribamc-config-file ./config.txt
    100104}}}
    101105and for the receiver side use
    102106{{{
    103 vlc --plugin-path=/home/user/vlclibs --config-file ./config.txt
     107vlc --plugin-path=$HOME/vlclibs --config-file ./config.txt
    104108}}}
    105109