espes / Slave-in-the-Magic-Mirror

Open source implementation of AirPlay Mirroring. WIP.
610 stars 122 forks source link

Issue when run on windows #16

Open parthiv-volansys opened 8 years ago

parthiv-volansys commented 8 years ago

Hello,

I am trying to run this code on window platform (window 8.1) with Python 2.7.6.

When I run this code on Ubuntu platform its work's perfectly. Here is log of windows command prompt


Ready Initialising FairPlay SAP... Done! Took 16.17 seconds. Calculating AirTunes challenge stage 0... Done! Took 60.25 seconds. AirTunes: 192.168.3.9 - - [04/Feb/2016 16:50:34] "POST /fp-setup HTTP/1.1" 200 -


In window platform do_ANNOUNCE method is not able to called. somehow request is not able to create for this method.

Would you please let me know if any one has face same issue.

Thanks Parthiv

neerajchawla commented 8 years ago

Hi Partiv,

I am trying to build the code on Ubuntu, but unable to do screen sharing. I observed the issue with socket reading. Can you also have faced such issue on linux. Please provide the Ubuntu version too. Thanks.