def stopService(self): logger.log_debug("stopped mediaserver service") return UPNPDevice.stopService(self)
def startService(self): UPNPDevice.startService(self) logger.log_debug("started mediaserver service")