Changes between Version 45 and Version 46 of Documentation/VLC


Ignore:
Timestamp:
May 23, 2010, 6:42:38 PM (14 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v45 v46  
    258258}}}
    259259
     260Probably you want to set the ariba logging output to "info":
     261On vlc/modules/access/mcpo/McpoModule.cpp
     262Edit line 24 from logger->setLevel(log4cxx::Level::getWarn()); to logger->setLevel(log4cxx::Level::getInfo());
     263Equally on vlc/modules/access_output/mcpo/McpoModule.cpp line 30.
     264
     265
    260266=== compile the modified VLC ===
    261267At first you need the build dependencies. On Ubuntu you can get all the dependencies via: sudo apt-get build-dep vlc