Changes between Version 59 and Version 60 of Documentation/VLC


Ignore:
Timestamp:
May 31, 2010, 5:20:46 PM (14 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v59 v60  
    249249The 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.
    250250
    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 
     251The 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 ====
    253254 * Get the vlc source code you intend to modify.
    254255 * Insert the following folders from "our" source code:
     
    262263Note: 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.
    263264
     265==== GUI support ====
    264266For 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.
    265267 * vlc/modules/gui/qt4/dialogs/sout.cpp
     
    269271 * vlc/modules/gui/qt4/components/sout/sout_widgets.hpp
    270272
     273==== logging level ====
    271274Probably you want to set the ariba logging output to "info":
    272275{{{