Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

really slow #9

Open
wilsonlmh opened this issue Sep 19, 2015 · 0 comments
Open

really slow #9

wilsonlmh opened this issue Sep 19, 2015 · 0 comments

Comments

@wilsonlmh
Copy link

It's really hard to install dependencies but I did it! However, it incredibly slow! init Fairplay SAP usually took 30seconds and almost 3minutes for whole negotiation. My iphone just stop streaming! Actually I had never see the mirroring video but the VLC did appear.(maybe it works but my iphone cant wait) I don't know python I can't modify. But I realize lots of lazy load mechanism in runtime. So are there something cacheable/preloadable/reuseable? My linux box is a bit slow but the airplay mirroring on windows working well. So I think improvement can be done :)

Share how I get it works, it needs:
(install by apt-get)
libssl-dev
libffi-dev
python-dev

download pypy 2.6+ manually(maybe you need to create symlink) and install pip by following way:

curl -O http://python-distribute.org/distribute_setup.py
curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
pypy distribute_setup.py
pypy get-pip.py

now you meet the requirement for what readme.md says:"pypy with pip"
so you can install other things described in readme(don't forget vlc).
Oh, about airtunesd, it locate in /usr/libexec/airtunesd of the root dmg. You maybe need the key:

https://ipsw.me/keys/AppleTV2,1/9A334v

And, decrypt with (second method with ./dmg):

http://www.ifans.com/forums/threads/how-to-decrypt-and-extract-ios-files-from-firmware-files.379262/

what?all done but not using Mac? ok just run get-airtunesd.py. I provide the method just in case you got error while using get-airtunesd.py

I'm not a big fan of gcc/python or *nix style compiling. It's not recommended for normal user to try. maybe espes you can copy some of my text above into readme.md to make it more detail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant