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
842 stars 204 forks source link

Receiving remoteDeviceRemoved during playback #61

Open Nutomic opened 10 years ago

Nutomic commented 10 years ago

I use the Cling library for my DLNA app. Since a few days, I am getting weird behaviour, (I didn't change anything in my app or my setup):

After starting playback, and playing for a minute or so, remoteDeviceRemoved is called with my gmrender instance. But the server is still available, the gmrender log does not show anything, and if I ignore the remove, I can still poll the status.

I also tried xbmc and had no problems, so it's definitely a server problem (although I don't have this with bubbleupnp).