我正在尝试使用 HTTP Live Streaming 在 iphone 上流式传输音乐/视频。我阅读了有关 HTTP 实时流媒体 ( http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html ) 的苹果文档,我知道它是如何工作的。
它没有说的是如何将 iphone 用作服务器?我是否必须将工具添加到我的 ios 应用程序(mediastreamsegmenter、variantplaylistcreator)并将其作为 NSTask 运行,或者是否有某种本机支持来流媒体文件。