Question

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?

Was it helpful?

Solution

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!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top