iPhone 4 上的 AirPlay 镜像
我的应用程序使用模拟器上不可用的手机硬件功能,我希望能够通过屏幕共享为我的客户演示该应用程序。使用 AirServer,我可以通过 AirPlay 播放到我的 Mac,但我的 iPhone 4 不支持开箱即用的视频镜像。有什么魔法可以让我做到这一点吗?由于这仅用于演示,因此鼓励使用未记录的 API。
谢谢!
My app uses hardware features of the phone not available on the simulator and i'd like to be able to demo the app for my client via screen sharing. Using AirServer, i can AirPlay to my Mac, but my iPhone 4 doesn't support video mirroring out of the box. Is there any magic that would let me do this? Since this is just for a demo, undocumented APIs are encouraged.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
支持外部屏幕的官方方法是简单地调用
以获取对包括外部屏幕在内的可用屏幕的引用。您可以使用一些硬件来捕获该提要,以获得精彩的截屏视频。
此线程将 iPad 连接到外部显示器中提到了该过程。它在 iPhone 和 iPod 上同样运行良好。 Apple 官方 UIScreen 文档位于此处
The official way to support external screens is simply to call
to get a reference to available screens including the external screen. You could grap that feed with a bit of hardware for an awesome screencast.
The process is mentioned in this thread connecting iPad to external monitor. It works equally well on iPhone and iPod. Apples official UIScreen documentation is available here