DLNA / UPNP binding

@Andreas_Beistle
Your error is because the binding uses upnp. As long as the binding is not part of the official build, this dependency is not resolved automatically.
You can do one of the following:

  • Install another binding that uses upnp (e.g. the Hue binding)
  • Go in the Karaf console and install the dependency manually: feature:install esh-io-transport-upnp

I think that should take care of that issue.
Note that I created this binding as a quick test and did not expect to refine it and submit it. Time is limited.