【发布时间】:2016-11-20 14:18:20
【问题描述】:
我正在尝试在 App Store 上发布适用于 Iphone 的应用程序。但苹果拒绝了我的申请。原因是 9.4 使用媒体内容的应用程序超过 10 分钟必须使用 HTTP 直播流。
在我的应用程序中,它使用来自许多服务器的视频。像“http://video.teknomart.com.tr/3-13-2.mp4”
使用媒体播放器控制器播放视频。使用 initwithFileURL 方法。但我不知道如何将它与 http 直播一起使用。我已经查过了 http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html。 那个苹果引用了我。但我不完全明白。
【问题讨论】:
标签: iphone app-store video-streaming live-streaming