xcode Airplay 镜像(iPhone 到 Mac),如反射或 AirServer

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14115700/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 02:26:23  来源:igfitidea点击:

Airplay Mirroring (iPhone to Mac) like reflection or AirServer

iosxcodeosx-mountain-lionmirroringairplay

提问by evan.stoddard

Is there are way to do this. I couldn't find to much in the apple documentation. Sorry if I'm totally missing this. I know my way around code. I'm 16 and kind of new to some of this. I have some apps on the app store so I know what I'm doing but still a little fresh with all of this. Thanks. I know there is this AirPlay Mirroring iPhone to Mac OS / using UIWebView + AirPlayand it's probably easier to just buy it but is there a way to do it. I have a 4s so i know it can handle mirroring.

有没有办法做到这一点。我在苹果文档中找不到太多内容。对不起,如果我完全错过了这个。我知道我的代码方式。我 16 岁,对其中的一些内容还很陌生。我在应用商店上有一些应用,所以我知道我在做什么,但对所有这些仍然有点新鲜。谢谢。我知道有这个AirPlay Mirroring iPhone to Mac OS / using UIWebView + AirPlay,购买它可能更容易,但有没有办法做到这一点。我有一个 4s,所以我知道它可以处理镜像。

采纳答案by Hyman Lawrence

Possible duplicate of Decoding AirPlay Mirroring Protocol.

解码 AirPlay 镜像协议的可能重复。

As explained herebasically the stream is encrypted using FairPlay?, the same technology that encrypts apps and movies purchased through iTunes.

正如这里所解释的,流基本上是使用 FairPlay 加密的?FairPlay 是加密通过 iTunes 购买的应用程序和电影的相同技术。

In order to do what you want you would need to reverse-engineer FairPlay. That's the only way I can think of that the existing apps you mentioned are doing it, but I'm not sure... It would be interesting if someone could elaborate further. Regardless the point is, it's not trivial.

为了做你想做的事,你需要对 FairPlay 进行逆向工程。这是我认为您提到的现有应用程序正在执行此操作的唯一方法,但我不确定......如果有人可以进一步详细说明会很有趣。不管重点是什么,这都不是小事。

Here is the protocol: http://nto.github.com/AirPlay.html

这是协议:http: //nto.github.com/AirPlay.html