The sound works using /dev/dsp , if I start from command line manually.

How the issue is only if I start from /etc/rc.d/rc.local.

Look like now things are working fine. Source: google 


 Edit /etc/security/console.perms.d/50-whatever it's called, and add

        <sound>=/dev/dsp* /dev/snd/*

        Then, at the bottom add

        <console> 0666 <sound> 0666 root



Sandip

--- On Mon, 7/7/08, Duncan Webb <[EMAIL PROTECTED]> wrote:
From: Duncan Webb <[EMAIL PROTECTED]>
Subject: Re: [Freevo-users] Starting up freevo, when fedora comes up
To: [EMAIL PROTECTED], [email protected]
Date: Monday, July 7, 2008, 10:45 AM

Sandip Devnath wrote:
> 
> I tried this
> 
> i.e. adding following  in
> 
> /etc/rc.d/rc.local
> 
> su -l sandip -c "/usr/bin/freevo -fs"
> 
> since my freevo is not set for root user.
> 
> I still see that there is no sound.
> 
> I see following message from freevo.
> ---
> 
> 
> [EMAIL PROTECTED] freevo]$ vi mplayer-std
> [EMAIL PROTECTED] freevo]$ vi main-500.log
> 2008-07-01 09:57:34,298 DEBUG    rc.py (518):
EventHandler.set_app(app=<bound method Xine.eventhandler of
<video.plugins.xine.Xine instance at 0x295d998>>,
context='dvd')
> 2008-07-01 09:57:34,298 DEBUG    xine.py (416):
XineApp.__init__(command=['--prio=-20', '/usr/bin/xine',
'--verbose=6', '--aspect-ratio', 'dvb',
'--auto-play=fq', '--hide-gui', '--borderless',
'--geometry', '1024x768+0+0', '--no-splash',
'--stdctl', '-V', 'vcs', '-A',
'oss:/dev/dsp', '--no-lirc',
>  "--post='pp:quality=10;expand'",
'dvd:///media/750Gspace/Videos/kids_movies/8BELOW_US_WS.ISO'],
player=<video.plugins.xine.Xine instance at 0x295d998>)
> 2008-07-01 09:57:34,299 DEBUG    childapp.py (309):
ChildApp2.__init__(app=['--prio=-20', '/usr/bin/xine',
'--verbose=6', '--aspect-ratio', 'dvb',
'--auto-play=fq', '--hide-gui', '--borderless',
'--geometry', '1024x768+0+0', '--no-splash',
'--stdctl', '-V', 'vcs', '-A',
'oss:/dev/dsp', '--no-lirc',
"--post='pp:quality=10;expand'",
'dvd:///media/750Gspace/Videos/kids_movies/8BELOW_US_WS.ISO'],
debugname=None, doeslogging=0, stop_osd=2)

Have you tried setting the audio to use alsa?
XINE_AO_DEV = 'alsa'
XINE_TV_AO_DEV = 'alsa'

Duncan


      
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to