【发布时间】:2013-07-16 11:50:27
【问题描述】:
我正在尝试使用 HTTP Live Streaming 在 iPhone 上流式传输音乐/视频。我阅读了有关 HTTP 实时流 (http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html) 的 Apple 文档,了解了它的工作原理。
它没有说明如何将 iphone 用作服务器?我是否必须将工具添加到我的 ios 应用程序(mediastreamsegmenter、variantplaylistcreator)并将其作为 NSTask 运行,或者是否有某种本机支持来流媒体文件。
【问题讨论】:
标签: iphone ios audio-streaming http-live-streaming