From: Jean-Francois D. <jf...@do...> - 2016-08-15 15:47:46
|
Hi, I wonder if someone has experience implementing multiple devices (for example a Media Renderer and a Media Server) using the same libupnp instance (same process) ? When using UpnpRegisterRootDevice2() to pass the description document as a string (UPNPREG_BUF_DESC), I can't seem to find a way for it to exist elsewhere than http://x.y.z/description.xml, except by setting URLBase in the document. If I use URLBase, I get in trouble (it seems that it is actually used by the lib for the services SCPDURL values, but not for controlURL and eventSubURL, which looks like a bug). I'm not 100% certain of anything here, which is why I ask. Does anybody do this, and would they be so kind as to point me in the right direction ? Cheers, jf |