El día Thursday, October 27, 2005 a las 08:32:34PM +0200, Michael Nottebrock 
escribió:

> On Thursday, 27. October 2005 09:18, [EMAIL PROTECTED] wrote:
> 
> > http://www.habanafilmfestival.com/
> >
> > the animation starts and its music is played by the artsdsp
> > but after 2 seconds the animation stops and the browser is
> > blocked completely (you have to kill it with the x-button or with
> > 'kill' command). The 'artsdsp' plays the music title in a for ever
> loop.
> >
> > Any hints? Thx in advance
> 
> Piping the sound output of netscape plugins through artsdsp really only
> works 
> right for rather short samples, since, as you noticed, the
> nspluginviewer 
> process blocks while artsd plays the stream. I recommend to turn off the
> 
> sound redirection completely and configure your system to use vchans (
> see 
> http://freebsd.kde.org/faq.php#q9 ) instead.

Hi Michael,

Thanks for your hints. I did what's recomended in the q9 of the FAQ
but it does not helped out; the animation stops like before. I watched
the processes artsdsp and the nsplugviewer after loading the page:

$ ps -ax | fgrep artsdsp
  987  p1  S+     0:00,00 fgrep artsdsp
$ ps -ax | fgrep artsd
  941  ??  S      0:01,40 artsd -F 10 -S 4096 -D /dev/dsp0.1 -s 60 -m artsmessa
$ ps -ax | fgrep nsplu
  993  ??  SN     0:01,38 /usr/local/bin/nspluginviewer -dcopid nspluginviewer-
$ ps -axl | egrep '941|993'
 1001   941   915   1  20  0 13592 10240 kserel S     ??    0:02,58 artsd -F 10
 1001   993   972   1 107 11 36996 29152 select SN    ??    0:01,46 /usr/local/
$ ls /dev/dsp*
/dev/dsp0.0     /dev/dsp0.3     /dev/dspW0.0    /dev/dspW0.3    /dev/dspr0.1
/dev/dsp0.1     /dev/dsp0.4     /dev/dspW0.1    /dev/dspW0.4
/dev/dsp0.2     /dev/dsp0.5     /dev/dspW0.2    /dev/dspW0.5

Maybe the problem is caused by the very low PRI of 107 of the
nsplugviewer process, while artsdsp runs with normal 20?

        matthias
-- 
Matthias Apitz / Sisis Informationssysteme GmbH
Gruenwalder Weg 28g / D-82041 Oberhaching
Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211
http://www.sisis.de/
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to