From bc4995cdea383d9cfa58ad8d861e406c8372ab32 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Wed, 5 Dec 2001 00:30:17 +0000 Subject: [PATCH] Update regarding linmp1e usage, submitted by D: Holm git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3331 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/DXR3 | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/DOCS/DXR3 b/DOCS/DXR3 index 12b6622045..b3f7fd60e9 100644 --- a/DOCS/DXR3 +++ b/DOCS/DXR3 @@ -1,7 +1,14 @@ DXR3/H+ video/audio output plugins manual by David Holm ======================================================= -2001-11-29: thanks to Felix Buenemann I managed to +2001-12-04: Thanks to Inaki Garci'a Etxebarria of + zapping.sourceforge.net we have now + abandoned rte since it caused problems for + users who didn't rtfm and compiled it with + ffmpeg support. Instead we are now using + libmp1e which is a modified version of mp1e. + +2001-11-29: Thanks to Felix Buenemann I managed to optimize the odivx playback as well as add support for the rest of the codecs! @@ -11,11 +18,6 @@ DXR3/H+ video/audio output plugins manual by David Holm fix the final mp1e bugs (and contributing to the libvo2 development) -2001-11-27: -ao dxr3 now works, still a few bugs though - you might have to reload the em8300 modules - after a playback or you might get static the - next time you use the dxr3 audio interface. - 1. Introduction The DXR3 and Hollywood+ are two not too different mpeg-(1/2) and ac3 @@ -44,26 +46,15 @@ These days, you have two uses for this card: 2. You discover what I have done with the implementation of this as an audio/video output device for mplayer (read on and you'll find out). - + 2. Requirements - * First of all you will need the DXR3/H+ drivers properly installed, - including the dev-api. - These can be downloaded from dxr3.sourceforge.net (I suggest using - the CVS version since most of the time I use the latest features - which are only available through cvs) + * First of all you will need the DXR3/H+ drivers properly installed. + Version 0.9.0 or later - * Second, if you want to be able to play back anything other than - mpeg12 (vcd/dvd) through your dxr3 you need to install RTE from - zapping.sourceforge.net compile and install it BEFORE running - configure in the mplayer dir. With RTE you should be able to play - any movie supported by MPlayer. - - * Run /configure and make sure that DXR3/H+ support =yes - and optionally that mp1e rte = yes, if it's = no, please mail me - your configure.log and I'll fix it. + * Run /configure and make sure that DXR3/H+ support = yes From here on compilation (of at least my code ;) should go without any problems. @@ -95,6 +86,11 @@ Other codecs: No "-vc " switches should be required as mplayer will autodetect. If you find an unsupported codec please contact me! +* Avoid running mplayer as root or setuid root as rtc timing seems to + slow down playback on the dxr3 for some users. I will look into this + at a later point as this hardly qualifies as a severe bug * + + 4. Contacting me