Changes between Version 30 and Version 31 of Documentation/VLC
- Timestamp:
- May 4, 2010, 2:06:01 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v30 v31 7 7 8 8 === 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 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 12 13 13 14 Ariba provides a virtual overlay net. [...] 14 15 15 For more information about ariba or the SpoVNet project, please refer to: http://www.ariba-underlay.org/, http://www.spovnet.de/16 For more information about Ariba, MCPO, or the SpoVNet project, please refer to: http://www.ariba-underlay.org , http://www.spovnet.de/ 16 17 17 18 … … 23 24 For running the vlc-mcpo plugin a number of packages have to be installed: 24 25 26 {{{ 25 27 sudo apt-get install vlc [[BR]] 26 28 sudo apt-get install libboost-system1.40.0 [[BR]] … … 29 31 sudo apt-get install liblog4cxx10 [[BR]] 30 32 sudo apt-get install libdb4.7 33 }}} 31 34 32 35 Please download the tar-ball containing the required libraries: