Linux :: Compiling MP4Box

20 sec read

:: How to compile MP4Box in Linux
+ download

wget //sourceforge.net/projects/gpac/files/GPAC/GPAC%200.5.0/gpac-0.5.0.tar.gz/download
wget //sourceforge.net/projects/gpac/files/GPAC%20extra%20libs/GPAC%20extra%20libs%200.4.5/gpac_extra_libs-0.4.5.tar.gz/download

+ extract and compiling

tar -xzf gpac-0.5.0.tar.gz
tar -xzf gpac_extra_libs-0.4.5.tar.gz
cd gpac_extra_libs
cp * ../gpac/extra_lib
cd ../gpac
./configure
make lib && make apps
make install lib && make install
cp bin/gcc/libgpac.so /usr/lib

+ checking MP4Box

whereis MP4Box

 
:: Links
+ Google
+ WowTutorial

How to fix problem with the editor ‘vi’

:: git error with vi error: There was a problem with the editor 'vi'   :: how to fix the problem 0. check path...
sysadmin.id
10 sec read

Apache :: MP4 Streaming

:: How to Enable mp4 Streaming in Apache + Installing mod h624 streaming wget //h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz tar -xzf apache_mod_h264_streaming-2.2.7.tar.gz cd mod_h264_streaming-2.2.7/ ./configure --with-apxs=`which apxs2` make...
sysadmin.id
18 sec read

Apache :: Flash / FLV Streaming

:: How to Configure Apache for FLV Streaming + Installing mod_flvx wget //people.apache.org/~pquerna/modules/mod_flvx.c which apxs /usr/bin/apxs /usr/bin/apxs -cia mod_flvx.c + setup mod_flvx in http.conf...
sysadmin.id
15 sec read