Tucker Kern
Tucker Kern
Kazoo and mconnect **Control** make no mention of supporting UPNP renderers. It appears they only support UPnP servers. According to this mconnect **Player** will support all UPnP so use that...
For what it's worth, here's the service I've been using for a few years on my Raspberry Pi 3B ``` [Unit] Description=GMediaRender After=syslog.service network.target [Service] ExecStart=/usr/local/bin/gmediarender -f %H --mime-filter audio...
Check this comment out as well: https://github.com/hzeller/gmrender-resurrect/issues/129#issuecomment-361453894
Anything of note in your logfile? The one at `/tmp/gmediarenderer.log` What control point/client are you using?
What client/control point are you using?
Huh. That's what I use. Never had this issue. What version of libpupnp did you build against?
Looks like the seek command is not switching the transport state to "TRANSITIONING" as required by the AVTransport spec. https://github.com/hzeller/gmrender-resurrect/blob/4ac7d8914dc089651ae9d6c421ecda8f4d0ab5e3/src/upnp_transport.c#L881-L887  This is similar to the seeking issues reported in...
Might be worth keeping open since I don't think #241 will fully solve the seek eventing
@ASimb What is your setup for gmrender-resurrect & bluealsa?
Have you checked that the dependencies listed in the [documentation](https://github.com/hzeller/gmrender-resurrect/blob/master/INSTALL.md) are installed?