Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 150.101.149.254:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/Dxr3Page

The comment on the change is:
fixed SDL patch paths, added notes on MPLAYER_ARGS

------------------------------------------------------------------------------
@@ -27,11 +27,8 @@
 Apply the patches:
  {{{
 cd path-to-your-SDL-source
-patch -p1 < path-to-your-freevo/runtime/src/SDL-1.2.5-nokeyboardpatch 
-patch -p1 < path-to-your-freevo/runtime/patches/SDL-1.2.6-dxr3-ffmpeg.patch
-if you are using gcc 3+ then do this also,
-patch -p1 < path-to-your-freevo/runtime/patches/SDL-1.2.6-gcc3.patch
-if it asks "Reversed (or previously applied) patch detected!  Assume -R? [n]" Just 
type in "y" }}}
+patch -p1 < path-to-your-freevo/contrib/rpm/SDL-1.2.6-nokeyboardpatch 
+patch -p1 < path-to-your-freevo/contrib/rpm/SDL-1.2.5-dxr3-ffmpeg.patch }}}
 
 The dxr3-patch is outdated, you'll get HUNK #3 failed, or something like that. Look 
at configure.in.rej to see what have failed and make the changes manually.
 To be able to compile your SDL you'll need some files from ffmpeg. This is probably a 
lame way to go, but hey, it works ;)
@@ -100,6 +97,13 @@
 MPLAYER_AO_DEV       = 'oss://dev/em8300_ma-0'
 }}}
  Also you might want to use the dxr3 card to decode the sound, change 
MPLAYER_ARGS_DEF to -ac hwac3, instead of -ac mad,
+
+ You may need to tweak the MPlayer command-line to get smooth playback, particularly 
of MPEG-4.  The following has worked for several people:
+ {{{
+MPLAYER_ARGS['avi'] = '-cache 5000 -idx -vo dxr3:sync:prebuf -vop lavc=1:25:97'
+MPLAYER_ARGS['mpeg'] = '-cache 5000 -vo dxr3:sync:prebuf'
+MPLAYER_ARGS['default'] = '-cache 5000'
+}}}
  4. Copy the SDL-Library to the runtime/dll directory
  {{{
 cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll
@@ -108,7 +112,7 @@
  {{{
 cp /usr/local/bin/mplayer runtime/apps
 }}}
- 5. Run ./freevo and enjoy Freevo on your TV screen!
+ 6. Run ./freevo and enjoy Freevo on your TV screen!
 
 = Outdated infos (moved from DocumentationPage) =
 There is support for the dxr3 card by "Creative Labs" (aka. "Hollywood Plus" by 
"Sigma Designs")
@@ -133,4 +137,3 @@
 Now you are ready to start it with "./freevo". Good luck and have fun!
 
 For further questions, ask on the mailing list.
-


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to