Beispiel #1
0
	def __init__(self, totem, name=None, host="0.0.0.0", port=22555):
		self.location = None
		self.totem = totem
		AirPlayService.__init__(self, name, host, port)
Beispiel #2
0
 def __init__(self, totem, name=None, host="0.0.0.0", port=22555):
     self.location = None
     self.totem = totem
     AirPlayService.__init__(self, name, host, port)
Beispiel #3
0
 def __init__(self, videoAirPlay, name=None, host="0.0.0.0", port=22555):
     self.location = None
     self.videoAirPlay = videoAirPlay
     AirPlayService.__init__(self, name, host, port)
     print "Video AirPlay service started on " + host + ":" + str(port)