changeset 3330:aba69e4a76b8

Update regarding linmp1e usage, submitted by D: Holm
author atmos4
date Wed, 05 Dec 2001 00:30:17 +0000
parents 529a001496c2
children 00ebfe9072e8
files DOCS/DXR3
diffstat 1 files changed, 17 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/DXR3	Tue Dec 04 23:14:31 2001 +0000
+++ b/DOCS/DXR3	Wed Dec 05 00:30:17 2001 +0000
@@ -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 @@
 	    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 @@
 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 <mplayerdir>/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 <mplayerdir>/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 @@
 No "-vc <codec>" 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