Hi,

Another solution to keep pulseaudio installed is just to inactive it before
running bb.
Within systemd user session you can do:

systemctl --user mask pulseaudio.socket
systemctl --user stop pulseaudio.service

And then activate back your pulseaudio service:

systemctl --user unmask pulseaudio.socket
systemctl --user start pulseaudio.service

Hope it helps!
;-)

ps: pulseaudio -k is generally not enough for many reasons.

On Sat, 16 Jan 2021 16:43:27 +0100 Axel Beckert <[email protected]> wrote:
> Control: retitle -1 bb audio causes video to stop iff pulseaudio is installed
> Control: tag -1 + confirmed upstream
> 
> Hi,
> 
> Andrej Shadura wrote:
> > I also still observe this issue.
> 
> JFTR: It works fine for me for ages. (But see below.)
> 
> > In fact, I don’t remember ever being able to run BB with sound on
> > Linux :(
> 
> According to
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=123150#108 this
> was suspected to be an issue with libmikmod, esd and pulseaudio. It
> had been said to be fixed with some libmikmod upload, but then was
> said to still occur.
> 
> Even though this detail was posted nearly a decade ago and later
> partially invalidated since the proposed libmikmod changes didn't
> help, I did a quick crosscheck: And yes, installing pulseaudio
> triggers this issue: Sound continues, but video stops. Not immediately
> if installed during bb is running, but upon the next start of bb.
> 
> No idea why, though. On the one hand I avoid pulseaudio as much as
> possible for a multitude of reasons including issues like this one.
> Which is probably also the reason why I never ran into this myself.
> 
> At least I don't have any experience with programming audio or video
> processsing itself. So any hint on why pulseaudio triggers this issues
> (or even better, patches :-) would be very appreciated. (i.e. the
> "help" tag is still valid.)
> 
> P.S.: After purging pulseaudio again, bb works again as expected, too.
> But I had to kill a running pulseaudio process manually despite I
> didn't have to start it manually when I installed the package. *sigh*
> 
> P.P.S.: Yes, the double "f" in "iff" is on purpose. See
>       https://en.wiktionary.org/wiki/iff
> 
>               Regards, Axel
> -- 
>  ,''`.  |  Axel Beckert <[email protected]>, https://people.debian.org/~abe/
> : :' :  |  Debian Developer, ftp.ch.debian.org Admin
> `. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
>   `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
> 
> 

Reply via email to