|
MIaV is a GPL project
aiming to replace analog video recording used for
documentation. It is developed in several parts, in order to maintain
a thin client where the recording is done.
The figure shows a scematics of of the video informationflow throughout
the system.
The grab part is developed using QT as the main framework, which means that
it runs on the linux platform.
The server part is using ffmpeg to compress the video before writing it to disc
(currently using the mpeg2 format, but others will be added in time).
The clients are meant to (currently unimplemented) run on both linux and windows
in order to make high availability.
|