UPnP disabled since r9454?
#1
I've been playing with UPnP on MythTV and using XBMC as my frontend but wasn't getting any of the debug logging stuff I had hacked into platinum. A little digging led me to xbmc/xbox/Network.cpp:545
Code:
#ifndef HAS_UPNP
       g_application.StartUPnP();
#endif
Isn't that backwards? Both the SERVICES_UP and SERVICES_DOWN start/stop the UPnP subsystem only if the target platform doesn't have UPnP? This was added in r9454 along with all the other defines for HAS_TIME_SERVER, HAS_WEB_SERVER, etc... all of which are in #ifdef blocks, not #ifndef.
Reply
#2
Forgot to mention this is in the linuxport branch.
Reply
#3
Which means I have posted this to the wrong subforum (/facepalm).
Reply
#4
thanx fixed in svn
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
UPnP disabled since r9454?0