Changes between Version 31 and Version 32 of Documentation/VLC


Ignore:
Timestamp:
May 4, 2010, 2:08:46 PM (14 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v31 v32  
    88=== What is the VLC-MCPO plugin? ===
    99
    10 The vlc-mcpo plugin is an Open Source streaming module for the [http://www.videolan.org VLC media player]. It enables video streaming through the overlay-based virtual network substrate Ariba in combination with the MCPO application layer multicast protocol. Through vlc-mcpo you can deliver video streams to groups of users, similar to IP Multicast, but without the need of in-network support. Through the use of Ariba, vlc-mcpo can handle protocol issues such as IPv4/IPv6 transitions, Network Address Translation (NAT), and many more network issues.
    11 
    12 
    13 
    14 Ariba provides a virtual overlay net. [...]
    15 
    16 For more information about Ariba, MCPO, or the SpoVNet project, please refer to: http://www.ariba-underlay.org , http://www.spovnet.de/
    17 
     10The vlc-mcpo plugin is an Open Source streaming module for the [http://www.videolan.org VLC media player]. It enables video streaming through the overlay-based virtual network substrate Ariba in combination with the MCPO application layer multicast protocol. Through vlc-mcpo you can deliver video streams to groups of users, similar to IP Multicast, but without the need of in-network support. Through the use of Ariba, vlc-mcpo can handle protocol issues such as IPv4/IPv6 transitions, Network Address Translation (NAT), and many more network issues through a self-organizing overlay.
     11
     12For more information about Ariba, MCPO, or the SpoVNet project, please refer to: http://www.ariba-underlay.org , http://www.spovnet.de
    1813
    1914=== Setting up / installing ===
     
    2520
    2621{{{
    27 sudo apt-get install vlc [[BR]]
    28 sudo apt-get install libboost-system1.40.0 [[BR]]
    29 sudo apt-get install libboost-thread1.40.0 [[BR]]
    30 sudo apt-get install libboost-regex1.40.0 [[BR]]
    31 sudo apt-get install liblog4cxx10 [[BR]]
     22sudo apt-get install vlc
     23sudo apt-get install libboost-system1.40.0
     24sudo apt-get install libboost-thread1.40.0
     25sudo apt-get install libboost-regex1.40.0
     26sudo apt-get install liblog4cxx10
    3227sudo apt-get install libdb4.7
    3328}}}