hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
832 stars 202 forks source link

Playback control #121

Open arjunmenon opened 7 years ago

arjunmenon commented 7 years ago

Hey I got a perfect install of gmediarender-resurrect and the music is being played from Android, is there a command from gmediarender like "play", "pause, "next", "volume", etc which can be called from the pi itself? Or how can this be done?

hzeller commented 7 years ago

Right now, there is not simple way to do that locally in the gmrender-resurrect natively (it shouldn't be hard to add). For now, you could probably run a local control point on the Raspberry Pi, because it is possible that multiple control points connect to the same renderer. And that control point, you just use to change volume and pause for instance.