How to use HTTP Live Streaming protocol in iPhone SDk 3.0

Posted by Pugal Devan on Stack Overflow See other posts from Stack Overflow or by Pugal Devan
Published on 2010-04-27T09:13:54Z Indexed on 2010/06/02 3:03 UTC
Read the original article Hit count: 798

Filed under:

Hi Guys, i have developed on IPhone application and submitted to App store. But my application got rejected based on below criteria.

Thank you for submitting your yyyyyyyy application. We have reviewed your application and have determined that it cannot be posted to the App Store at this time because it is not using the HTTP Live Streaming protocol to broadcast streaming video. HTTP Live Streaming is required when streaming video feeds over the cellular network, in order to have an optimal user experience and utilize cellular best practices. This protocol automatically determines bandwidth available to users and adjusts the bandwidth appropriately, even as bandwidth streams change. This allows you the flexibility to have as many streams as you like, as long as 64 kbps is set as the baseline feed.

In my apps i have to stream prerecorded m4v and mp3 files from my server. I used MPMoviePlayerController to stream and play those videos / audio.

How to implement the HTTP Live Streaming Protocol in my apps? Also can i get some sample code?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about iphone