简体   繁体   中英

iPhone - Rejected for not using HTTP Live Streaming protocol

My first application got rejected for not using the HTTP Live Streaming Protocol.

Ok, now I have done some reading, and apparently I need to re-encode with Apples 'HTTP Live Streaming Tools' my videos into various files so it can be streamed. So am I correct, that I don't have to change anything in my binary/code to refresh my app or is there a real "protocol" in iOS which I have to implement or is this all server side.

Also I only have 'static' videos and no real stream, so all I need is the mediafilesegmenter, right?

I would recommend utilizing a service called Encoding.com . They offer a really great service that will take your MOV's and convert them to on demand adaptive iphone streaming versions which you can then call from your app. So all your app will need to do is call your new .m3u8 adaptive streaming file rather than the MOV.

Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM