CPU 100% since 14.1

Hi!!

I have a problem with kodi in raspberry pi.

I think that I have located the problem.

Since version 14.1 something has changed in the part of code of upnp Client o DNLA Client. (with version 14.1 No problems… but the newest has the problem p.e. 16.1)

I have 2 DLNA servers in my network in other machines (minidlna, xupnpd) and I think that one of them, done that the cpu of raspberry pi goes 100%

I have activated a detalled log in advancedsettings.xml:

Code:
<advancedsettings>
<loglevel>2</loglevel> <!-- Change this to "1" to hide the on-screen debug log text -->
<debug>
<extralogging>true</extralogging>
<setextraloglevel>8192</setextraloglevel>
<showloginfo>true</showloginfo>
</debug>
</advancedsettings>

and I can see a lot of lines about DNLA client:

Code:
12:18:53 8155.075195 T:1962692608    INFO: Platinum [platinum.media.server.browser]: Device Removed: Device GUID: 4d696e69-444c-164e-9d41-dc9c520747edDevice Type: urn:schemas-upnp-org:device:MediaServer:1Device Base Url: http://192.168.1.2:8200/Device Friendly Name: P2tube
12:18:53 8155.075684 T:1962692608    INFO: Platinum [platinum.media.server.browser]: Device Removed: Device GUID: 60bd2fb3-dabe-cb14-c766-0e319b54c29aDevice Type: urn:schemas-upnp-org:device:MediaServer:1Device Base Url: http://192.168.1.2:4044/Device Friendly Name: MovistarTV
12:18:53 8155.077148 T:1962692608    INFO: Platinum [platinum.core.event]: Deleting subscriber (uuid:62d51069-d3f7-11e6-bd38-dc9c520747ed)
12:18:53 8155.077637 T:1962692608    INFO: Platinum [platinum.core.event]: Deleting subscriber (uuid:62d65a0d-d3f7-11e6-bd38-dc9c520747ed)
12:18:53 8155.078125 T:1962692608    INFO: Platinum [platinum.core.event]: Deleting subscriber (uuid:a102f34c-a8ea-4cd3-b6b5-149ec7bfb8b3)
12:18:53 8155.078125 T:1962692608    INFO: Platinum [platinum.core.event]: Deleting subscriber (uuid:1a9a8c05-eabb-4080-a2cb-3fc0f38697e2)

A part of full file kodi.log is:

http://pastebin.com/ghZN9Qcs

I disable all option of upnp/dlna in:
Settings->Service Settings->UPnP / DLNA.

even I have revise the file: guisettings.xml

Quote:<upnpannounce default=”true”>false</upnpannounce>
<upnpcontroller default=”true”>false</upnpcontroller>
<upnplookforexternalsubtitles default=”true”>false</upnplookforexternalsubtitles>
<upnprenderer default=”true”>false</upnprenderer>
<upnpserver default=”true”>false</upnpserver>

However in the logs I see the kodi try to subscribe my DLNA servers

I can find other people with the same issue:

http://openelec.tv/forum/108-database/80…ase#161187

Is it posible disable the DLNA client in Kodi??

Thanks for your help.

Regards