Ariranha wrote:
> In local_conf.py there is an option:
> 
> # CONTROL_ALL_AUDIO  = 1               # Should Freevo take complete
> control of audio
> 
> Should I try it?

It won't make any difference, it just means that Freevo controls
different channels for the mixer.

What is important is your mplayer settings in local_conf.py and the
sound daemon.

MPLAYER_AO_DEV = 'alsa'
MPLAYER_ARGS_DEF = (('-autosync 100 -osd-duration 3000 -nolirc '
    + '-autoq 100 -subpos 92 -fs '-screenw %s -screenh %s') % \
    (CONF.width, CONF.height))

One way to check what Freevo is doing is to set DEBUG=1 and
CHILDAPP_DEBUG=1 in local_conf.py and then in the main log you will see
the exact command that freevo is running to start mplayer and xine.

You can then run these command from a xterm, leaving out the -slave or
-stdctl options and see what happens with different settings of the
audio device.

Duncan



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to