User Tools

Site Tools


software:mplayer

This is an old revision of the document!


http://www.mplayerhq.hu/

http://www7.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc2.tar.bz2

Security patches:
http://www.mplayerhq.hu/MPlayer/patches/stream_cddb_fix_20080120.diff
http://www.mplayerhq.hu/MPlayer/patches/url_fix_20080120.diff
http://www.mplayerhq.hu/MPlayer/patches/demux_mov_fix_20080129.diff
http://www.mplayerhq.hu/MPlayer/patches/demux_audio_fix_20080129.diff

patch -p0 -i ../stream_cddb_fix_20080120.diff &&
patch -p0 -i ../url_fix_20080120.diff &&
patch -p0 -i ../demux_mov_fix_20080129.diff &&
patch -p0 -i ../demux_audio_fix_20080129.diff &&
./configure --prefix=/usr --confdir=/etc/mplayer --enable-largefiles \
--win32codecsdir=/usr/lib/mplayer/codecs --codecsdir=/usr/lib/mplayer/codecs \
--realcodecsdir=/usr/lib/mplayer/codecs --disable-lirc --disable-lircc &&
make
make install &&
install -m644 etc/*.conf /etc/mplayer

RTSP/RTP streaming support for MPlayer

http://www.live555.com/liveMedia/

http://www.live555.com/liveMedia/public/live.2009.07.09.tar.gz

./genMakefiles linux &&
make &&
cd ..
mv live /usr/lib/mplayer/codecs/

And now it's time to recompile MPlayer and to add

--extra-cflags=-I/usr/lib/mplayer/codecs/live

to the configure call.

software/mplayer.1247910020.txt.gz · Last modified: 2009/07/18 11:40 by kratz00