Table of Contents
MIaV Wiki
Installation
All *NIX systems
Download the latest sourcecode.
Unpack the source code
tar xvzf miav-0.3.4.tar.gz
in some local directory.
Now simply run
./configure
and
make install
in the souce directory.
If the ./configure
command fails with missing dependencies see the proper section further down to fix it.
If the installation is a server-only installation, the ./configure
command can be called with
./configure --without-client
to remove all client-only dependencies (QT3 amongst others)
Gentoo
Getting depencies on Gentoo is easy.
first make sure you have the X
and xv
flags in your make.conf USE=…
section.
Then simply call
emerge -va "<x11-libs/qt-4" libdv libsdl jpeg libraw1394 libfame lame
or just
emerge -va libdv jpeg libfame lame
if the installation is a server-only installation.
Fedora
On Fedora Core 3 a simple add to the yum repository can make all these installable: Simply create the file
/etc/yum.repos.d/dag.repo
containing:
[dag] name=Dag RPM Repository for Fedora Core baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag enabled=1 gpgcheck=1
and then run
yum install qt-devel libdv-devel SDL-devel libjpeg-devel libraw1394-devel libfame-devel lame-devel
to install the development packages.
Configuration
Describe how to configure the installed client and/or server.
Bugs
Post bugs at the aasimon bugcenter.
Log in with username: anonymous and password: miav.
If you plan to submit more bugreports, please send an email to bugs@aasimon.org and a real login will be created for you.
Known bugs (version 0.3.4)
There are some problems with the timecode in the server generated mpg files. This causes some players to choke on them.