Bug 435562 - Media Player fails to retrieve current playing sound from multiple tabs in browser
Summary: Media Player fails to retrieve current playing sound from multiple tabs in br...
Status: RESOLVED UPSTREAM
Alias: None
Product: plasmashell
Classification: Plasma
Component: Media Player widget (show other bugs)
Version: 5.21.3
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-09 23:57 UTC by medin
Modified: 2021-04-13 16:17 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description medin 2021-04-09 23:57:00 UTC
1) Start Firefox
2) Go to Youtube and play any music video
3) Start new tab and play another music video at same time from Youtube

Expected result:
Media Player widget should show two Firefox tabs with both musics playing

Observed result:
Media Player shows only the second music

4) Pause second music

Expected result:
Media Player should show that first music is still playing

Observed result:
Media Player shows that all playing musics are paused while first music is still playing.


Operating System: Manjaro Linux
KDE Plasma Version: 5.21.3
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2
Kernel Version: 5.4.105-1-MANJARO
OS Type: 64-bit
Graphics Platform: X11
Comment 1 medin 2021-04-10 00:01:27 UTC
Same behavior can be observed with Plasma Integration extension disabled.
Comment 2 Nate Graham 2021-04-13 16:17:08 UTC
This isn't possible, sadly. Each app can have only one MPRIS data stream at a time. It's a limitation of the protocol itself, as I understand it.