[plasma-pa] [Bug 474711] Multiple app' streams get muted when using the in-window mute functionality of individual apps

2024-02-02 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=474711

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #14 from Harald Sitter  ---
Looking at the pulseaudio code that is exactly what is supposed to happen with
module-stream-restore.

module-stream-restore calls a variant of 

if (!(n = pa_proplist_get_stream_group(si->proplist, "sink-input",
IDENTIFICATION_PROPERTY)))

which returns

t = pa_sprintf_malloc("%s-by-media-role:%s", prefix, r);

if a media role is set. in the outlined case they all share the role video
(because elisa doesn't correctly set up libvlc with
libvlc_media_player_set_role)

and this return value is then used to restore the mute state on *all* new video
streams. e.g. if you then open vlc

smplayer doesn't set a suitable media.role so its restoration behavior is bound
to the application only (t =
pa_sprintf_malloc("%s-by-application-id:%s", prefix, r);)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 474711] Multiple app' streams get muted when using the in-window mute functionality of individual apps

2023-09-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474711

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---
 CC||nicolas.fe...@gmx.de

--- Comment #13 from Nate Graham  ---
Ok, thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 474711] Multiple app' streams get muted when using the in-window mute functionality of individual apps

2023-09-28 Thread ksso
https://bugs.kde.org/show_bug.cgi?id=474711

--- Comment #12 from ksso  ---
not that I remember...

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 474711] Multiple app' streams get muted when using the in-window mute functionality of individual apps

2023-09-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474711

Nate Graham  changed:

   What|Removed |Added

   Assignee|matthieu_gall...@yahoo.fr   |plasma-b...@kde.org
Version|unspecified |5.27.7
Summary|(in)dependent muting|Multiple app' streams get
   ||muted when using the
   ||in-window mute
   ||functionality of individual
   ||apps
  Component|general |general
 CC||isma...@gmail.com,
   ||m...@ratijas.tk,
   ||now...@gmail.com
Product|Elisa   |plasma-pa

--- Comment #11 from Nate Graham  ---
Thanks for the video, it was extremely helpful.

It looks like the mute buttons in the individual apps are triggering some kind
of synchronized mute behavior in PulseAudio or PipeWire. Have you manually
changed anything about your system's audio configuration away from its default
settings?

-- 
You are receiving this mail because:
You are watching all bug changes.