ios - How to use HTTP Live Streaming protocol in iPhone SDK 3.0 -


i have developed on iphone application , submitted app store. application got rejected based on below criteria.

thank submitting yyyyyyyy application. have reviewed application , have determined cannot posted app store @ time because not using http live streaming protocol broadcast streaming video. http live streaming required when streaming video feeds on cellular network, in order have optimal user experience , utilize cellular best practices. protocol automatically determines bandwidth available users , adjusts bandwidth appropriately, bandwidth streams change. allows flexibility have many streams like, long 64 kbps set baseline feed.

in apps have stream prerecorded m4v , mp3 files server. used mpmovieplayercontroller stream , play videos / audio.

how implement http live streaming protocol in apps? can sample code?

thanks in advance!

there many documents apple's http live streaming:

there many encoder devices claim support protocol e.g.,

for software solution, please give visit wowza


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -