User`s manual
Installation Guide 37
SupportFiles/*.bin and SupportFiles/fix_setting.txt to /lib/firm-
ware before doing step 4 of Install Driver.
Sample Programs
The sample programs are located on "Src/App" folder
1. Encode:
#./go-server
A 4 channels full D1 MPEG4 sample.This sample program ini-
tialize MPG24, and compress the video into MPEG4 avi files,
Video_0.avi, Video_1.avi, Video_2.avi, Video_3.avi.
2. Preview:
#./v4lsample
This is a live preview sample program. The program is based
on Video4Linux 2 API. Please refer to Video for Linux Two API
Specification.
Before you compile this sample, please make sure you had
installed imlib:
# tar zxvf imlib-1.9.15.tar.gz
# ./configure --prefix=/usr --sysconfdir=/etc/
imlib
# make
# make install
Install MPlayer
MPlayer is a Media Player for Linux, follow the steps to build
and install the player, then you can play the MPEG4 avi file.
1. Configuring MPlayer
MPlayer can be adapted to all kinds of needs and hardware
environments. Run
# ./configure
To configure MPlayer with the default options. The codecs you
installed above should be auto-detected. GUI support has to be
enabled separately. Execute the following if you want to use
the GUI.
# ./configure --enable-gui