-
Hey Everyone
I need some help , I am playing music in morph browser
the issue is when I lock screen (using UB tweak keep it running background) music plays but if want click pause play next on music player it wont work
When looked the DBUS using following command
dbus-monitor --session "type='signal',interface='org.freedesktop.DBus.Properties'"
I can some how guess the audio is paused using mpris mediaplyer
signal time=1764878914.894754 sender=:1.27 -> destination=(null destination) serial=201 path=/org/mpris/MediaPlayer2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged
string "org.mpris.MediaPlayer2.Player"
array [
dict entry(
string "PlaybackStatus"
variant string "Playing"
)
]
array [
]signal time=1764878916.305535 sender=:1.27 -> destination=(null destination) serial=214 path=/org/mpris/MediaPlayer2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged
string "org.mpris.MediaPlayer2.Player"
array [
dict entry(
string "PlaybackStatus"
variant string "Paused"
)
]
array [
]Is there any way we can pass the music controls to media player from website so it will be more easy to contol them without unlocking the phone
If anyone have any workround let me know
-
L Lakotaubp moved this topic from General