Changes between Version 30 and Version 31 of Documentation/VLC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v30 v31  
    77
    88=== What is the VLC-MCPO plugin? ===
    9 The vlc-mcpo plugin is an (not yet) open source streaming module for the vlc-mediaplayer (http://www.videolan.org). It comes with a sender and a receiver module. And is able to handle any kind of stream, vlc can deal with.
    10 
    11 The plugin uses the mcpo multicast protocol, which is part of the ariba framework.
     9
     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.
     11
     12
    1213
    1314Ariba provides a virtual overlay net. [...]
    1415
    15 For more information about ariba or the SpoVNet project, please refer to: http://www.ariba-underlay.org/, http://www.spovnet.de/
     16For more information about Ariba, MCPO, or the SpoVNet project, please refer to: http://www.ariba-underlay.org , http://www.spovnet.de/
    1617
    1718
     
    2324For running the vlc-mcpo plugin a number of packages have to be installed:
    2425
     26{{{
    2527sudo apt-get install vlc [[BR]]
    2628sudo apt-get install libboost-system1.40.0 [[BR]]
     
    2931sudo apt-get install liblog4cxx10 [[BR]]
    3032sudo apt-get install libdb4.7
     33}}}
    3134
    3235Please download the tar-ball containing the required libraries: