【发布时间】:2011-09-18 09:59:40
【问题描述】:
这是我的苹果拒绝
我使用 mediastreamvalidatortool 进行测试的屏幕截图也是
那么我可以在服务器端做些什么来让 Apple 接受这个流? 此应用适用于 iPhone3gs/iPad1,2 也适用于 iPhone4
【问题讨论】:
标签: iphone objective-c ipad http-streaming
这是我的苹果拒绝
我使用 mediastreamvalidatortool 进行测试的屏幕截图也是
那么我可以在服务器端做些什么来让 Apple 接受这个流? 此应用适用于 iPhone3gs/iPad1,2 也适用于 iPhone4
【问题讨论】:
标签: iphone objective-c ipad http-streaming
见:
http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/UsingHTTPLiveStreaming/UsingHTTPLiveStreaming.html%23//apple_ref/doc/uid/TP40008332-CH102-SW5
http://en.wikipedia.org/wiki/HTTP_Live_Streaming
x264 IDR access unit with a SPS and a PPS
https://devforums.apple.com/thread/45830?tstart=15(需要苹果ID和开发者账户)
http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008332-CH1-DontLinkElementID_39
您必须修改您的服务器端以提供 HTTP Live 流协议并通过重新编码修改您的媒体
其他建议的解决方案是:
【讨论】: