mpeg4ip - Encode, stream, and play audio and video ChangeLog

HOWTO


# mpeg4ip 1.4.1
# =============
# gawk
# sed
# grep
# XFree86 or X.org
# id3lib
# xvid
# liba52
# mpeg2dec's libmpeg2
# libvorbis
# libfaad
# ffmpeg's libavcodec
# pkg-config
# glib >= 2.0.0
# gtk+ >= 2.0.0
# nasm
# oss and/or alsa
# aRts (KDE's sound server)
# esd >= 0.2.8
# nas

# As of version 1.1, mpeg4ip no longer overwrites SDL with a modified version.
# If you want to ensure that you don't have old files from a previous version
# lying around when you upgrade, you may want to cd into the old version's
# source directory and run 'make uninstall' before proceeding here.

cd
test -f installed/mpeg4ip-1.4.1.tar.gz && mv mpeg4ip-1.4.1.tar.gz .
test ! -f mpeg4ip-1.4.1.tar.gz &&
wget http://download.sf.net/mpeg4ip/mpeg4ip-1.4.1.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "mpeg4ip-*" -exec rm -r {} \;
tar xzvf ~/mpeg4ip-1.4.1.tar.gz
cd mpeg4ip-1.4.1
test $UID = 0 && chown -R root:root .

# I add --disable-server below because I don't need the mp4live server.  If
# you do, leave that off of the configure line.

./bootstrap --prefix=/usr --disable-server
make

# Become root to install it
su

( cd /usr/lib ; rm -f libh264util.* libhttp.* libismacryp.* libmp4.*
libmp4av.* libmp4util.* libmp4v2.* libmpeg4ip_*.* libmpeg4ipSDL.* \
libmsg_queue.* libsdp.* )
make install
ldconfig

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/mpeg4ip-*.tar.*
mv mpeg4ip-1.4.1.tar.gz installed/


# If you ever want to uninstall mpeg4ip, this should do it:
cd
su
test -d src/mpeg4ip-* && ( cd src/mpeg4ip-* ; make uninstall )
( cd /usr/bin ; rm -f gmp4player h264_parse mp4art mp4dump mp4extract \
mp4info mp4player mp4tags mp4trackdump mp4videoinfo mpeg_ps_info \
mpeg_ps_extract mpeg2video_parse mpeg4ip-config mpeg4vol sdl_pcm_play \
yuvdump )
( cd /usr/include ; rm -f codec_plugin.h h264_sdp.h mp4.h mp4av.h \
mp4av_*.h mpeg4_audio_config.h mpeg4_sdp.h mpeg4ip.h mpeg4ip_*.h \
rtp_plugin.h sdp.h sdp_error.h text_plugin.h )
( cd /usr/lib ; rm -f libh264util.* libhttp.* libismacryp.* libmp4.*
libmp4av.* libmp4util.* libmp4v2.* libmpeg4ip_*.* libmpeg4ipSDL.* \
libmsg_queue.* libsdp.* )
test -d /usr/lib/mp4player_plugin && rm -r /usr/lib/mp4player_plugin
( cd /usr/man/man1 ; rm -f gmp4player.1 mp4creator.1 mp4encode.1 mp4live.1 )
rm -f /usr/man/man3/MP4*.3
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "mpeg4ip-*" -exec rm -r {} \;
rm -f ~/installed/mpeg4ip-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2005-12-12 8:53pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]