Changes between Version 59 and Version 60 of Documentation/VLC
- Timestamp:
- May 31, 2010, 5:20:46 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v59 v60 249 249 The source code package contains a modified vlc-1.0.6 including the vlc-mcpo sender code, the receive code and the gui modifications. If you want to compile a vlc-1.0.6 (same version as in the ubuntu 10.04 repository) you can continue reading the ''compile the modified VLC'' section. 250 250 251 The following instructions help to insert the plugin code into an existing vlc source (e.g. from a different version than 1.0.6). 252 251 The following instructions help to insert the plugin code into an existing vlc source (e.g. from a different version than 1.0.6): 252 253 ==== input and output modules ==== 253 254 * Get the vlc source code you intend to modify. 254 255 * Insert the following folders from "our" source code: … … 262 263 Note: The file {{{vlc/modules/access_output/mcpo/mcpo.c}}} is based on {{{vlc/modules/access_output/udp.c}}}. You might to consider this, if you work on this code. 263 264 265 ==== GUI support ==== 264 266 For MCPO-Gui support please adjust the following files. You can see the changes by making a {{{diff}}} between your version of these files and the original ones. 265 267 * vlc/modules/gui/qt4/dialogs/sout.cpp … … 269 271 * vlc/modules/gui/qt4/components/sout/sout_widgets.hpp 270 272 273 ==== logging level ==== 271 274 Probably you want to set the ariba logging output to "info": 272 275 {{{