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?