tzwenn / PyOpenAirMirror

An open source AirPlay mirroring server in Python for iOS 6-8
Other
92 stars 24 forks source link

about mac python fplyServer.py decrypt segmentation fault 11 #9

Closed fcgll521 closed 7 years ago

fcgll521 commented 9 years ago

hello, today i try your souce on my mac os 10.10 operation system, i only start the fplyServer.py, but on my third step, def decrypt(self, data): fply.base.BaseFPLY.decrypt(self, data) return self._join(self.lib.decrypt(self.handle, self._cbuf(data), len(data)))

i get a segmentation fault 11, and i use mac's python 2.7.6 do it, what's happening?

fcgll521 commented 9 years ago

ok, I have done it