Hello!!!
After the week-end testing... I can say that I find the problem. Something without sense... but...
I have a Ubuntu Server 14.04.5 LTS (amd64) with the package xupnpd instaled:
Quote
dpkg -l | grep xupnpd
ii xupnpd 1.03-ubuntu1 i386 xupnpd - eXtensible UPnP agent
If I stop this service, all work properly. however, if this service is running, Kodi, start to make threads, and the kodi procces uses the 100% of CPU and it's produces forzen image.
After this. I decide to try in another machine, so I stopped XUPNPD in the ubuntu server, and install xupnpd in a raspberry pi that I had lost in a drawer using:
GitHub - txt3rob/xupnpd-raspberry-armhf: Deb of xupnpd for raspberry pi
And in a raspberry pi 1, all work properly.
I can´t understand why, the same package, the same version, and the same configuration file, can make different behavior... and make kodi go mad...
in the raspberry pi 1:
Quote
dpkg -l | grep xupnpd
ii xupnpd 1.03-ubuntu1 armhf xupnpd - eXtensible UPnP agent
I don't kow if it is a bug of kodi, a bug of xupnpd x86 or.... I don't know.
Thanks for your help.
regards