User Tools

Site Tools


software:mplayer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
software:mplayer [2007/10/03 19:56] – created kratz00software:mplayer [2011/02/03 17:27] kratz00
Line 1: Line 1:
 +http://www.mplayerhq.hu/
 +
 +Required: [[software::yasm]]
 +
 <code> <code>
-./configure --prefix=/usr --confdir=/etc/mplayer --enable-largefiles \ +svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
---win32codecsdir=/usr/lib/mplayer/codecs --codecsdir=/usr/lib/mplayer/codecs \ +
---realcodecsdir=/usr/lib/mplayer/codecs && +
-make+
 </code> </code>
 +
 +<code>
 +./configure --prefix=/usr --confdir=/etc/mplayer --enable-largefiles \
 +--codecsdir=/usr/lib/mplayer/codecs --disable-lirc --disable-lircc --disable-vdpau \
 +--extra-cflags=-I/usr/lib/mplayer/codecs/live &&
 +make</code>
  
 <code> <code>
 make install && make install &&
-install -m644 etc/codecs.conf /etc/mplayer && +install -m644 etc/*.conf /etc/mplayer</code> 
-install -m644 etc/*.conf /etc/mplayer + 
-</code>+==== RTSP/RTP streaming support for MPlayer ==== 
 +http://www.live555.com/liveMedia/ 
 + 
 +http://www.live555.com/liveMedia/public/live.2011.01.24.tar.gz 
 + 
 +<code> 
 +./genMakefiles linux && 
 +make && 
 +cd ..</code> 
 + 
 +<code> 
 +mv live /usr/lib/mplayer/codecs/</code> 
 + 
 +And now it's time to recompile MPlayer and to add 
 +<code> 
 +--extra-cflags=-I/usr/lib/mplayer/codecs/live</code> 
 +to the configure call.
software/mplayer.txt · Last modified: 2012/07/07 18:49 by kratz00