Changes between Version 9 and Version 10 of Tuning MediaMosa
- Timestamp:
- 02/28/11 16:50:18 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tuning MediaMosa
v9 v10 1 = Additional application = 2 [[BR]] 3 To be able use MediaMosa capabilities at a full speed, you're encouraged to install a several external tools beside FFMpeg. Although it is optional, installing these may enhance services of your site.[[BR]] 4 [[BR]] 1 = Tuning MediaMosa = 2 3 == Additional application == 4 To be able use MediaMosa capabilities at a full speed, you're encouraged to install a several external tools beside FFMpeg. Although it is optional, installing these may enhance services of your site. 5 5 6 MediaMosa documentation page: http://mediamosa.org/node/71 [[BR]] 6 MediaMosa Forum: http://mediamosa.org/forum/index.php [[BR]] 7 [[BR]] 8 [[BR]] 9 == Yamdi == 7 MediaMosa Forum: http://mediamosa.org/forum/index.php 8 9 === Yamdi === 10 10 yamdi stands for Yet Another MetaData Injector and is a metadata injector for FLV files. It adds the onMetaData event to your FLV files.[[BR]] 11 11 Project homepage is http://yamdi.sourceforge.net/ You can either download version from there or, in some OS, install it as a well-known package with the command like[[BR]] 12 {{{apt-get install yamdi}}} [[BR]]13 [[BR]] 14 == Lav2yuv==12 {{{apt-get install yamdi}}} 13 14 === Lav2yuv === 15 15 Lav2yuv is a helper application for MediaMosa creating still images with scene changes ( http://mediamosa.org/node/218230 still_type="SCENE").[[BR]] 16 16 Lav2yuv is part of the mjpegtools. Homepage is http://mjpeg.sourceforge.net/ [[BR]] 17 17 Or in some systems you can install it with this command:[[BR]] 18 18 {{{apt-get install mjpegtools}}} 19 [[BR]] 20 [[BR]] 21 == MP4Box == 19 20 === MP4Box === 22 21 Site of the project is http://www.videohelp.com/tools/mp4box [[BR]] 23 [[BR]] 24 [[BR]] 25 = Tuning MySQL = 26 [[BR]] 22 23 == Tuning MySQL == 27 24 We expect that during installation DB type was set to InnoDB as recommended in [wiki:'Pre requirement']. You may be asked to optionally tune up some parameters.[[BR]] 28 [[BR]] 29 == innodb_flush_log_at_trx_commit == 30 [[BR]] 25 26 === innodb_flush_log_at_trx_commit === 31 27 To achieve optimal settings please add to your ''my.cnf'' file the following line[[BR]] 32 28 {{{innodb_flush_log_at_trx_commit=2}}} 33 29 34 == innodb_flush_method ==30 === innodb_flush_method === 35 31 To achieve optimal settings please add to your ''my.cnf'' file the following line[[BR]] 36 {{{innodb_flush_method=O_DIRECT}}}[[BR]] 37 [[BR]] 38 [[BR]] 32 {{{innodb_flush_method=O_DIRECT}}}
