ios - 如何在 iPhone SDK 3.0 中使用 HTTP Live Streaming 协议(protocol)

标签 ios iphone objective-c appstore-approval http-live-streaming

我已经开发了 iPhone 应用程序并提交到 App store。但我的申请因以下标准而被拒绝。

Thank you for submitting your yyyyyyyy application. We have reviewed your application and have determined that it cannot be posted to the App Store at this time because it is not using the HTTP Live Streaming protocol to broadcast streaming video. HTTP Live Streaming is required when streaming video feeds over the cellular network, in order to have an optimal user experience and utilize cellular best practices. This protocol automatically determines bandwidth available to users and adjusts the bandwidth appropriately, even as bandwidth streams change. This allows you the flexibility to have as many streams as you like, as long as 64 kbps is set as the baseline feed.

在我的应用程序中,我必须从我的服务器流式传输预先录制的 m4v 和 mp3 文件。我使用 MPMoviePlayerController 来流式传输和播放那些视频/音频。

如何在我的应用程序中实现 HTTP 直播流协议(protocol)?我还能得到一些示例代码吗?

提前致谢!

最佳答案

Apple 的 HTTP Live Streaming 有很多文档:

有许多编码器设备声称支持此协议(protocol),例如,

软件解决方案请访问Wowza

关于ios - 如何在 iPhone SDK 3.0 中使用 HTTP Live Streaming 协议(protocol),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2719958/

相关文章:

ios - Swift 元组到可选赋值

iphone - 仅使用 Core Graphics 和 CADisplayLink 的图像动画示例

ios - Facebook Messenger iPhone 应用程序如何从 Facebook iPhone 应用程序获取登录信息?

iphone - 将图 block 坐标转换为像素再转换为地理坐标

ios - 使用writeToFile保存文件

ios - 尝试将 AVComposition 的 TimeRange 插入 AVMutableComposition 时出现错误 -11800

ios - UITableViewAutomaticDimension 的约束错误

objective-c - 如何在 objective-c 中给出 toast 信息

iphone - 在 UTextView 中一次移动一个单词

ios - 在 iOS Swift 中解析 JSON 格式的最佳方法是什么?