Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8694943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:54:35+00:00 2026-06-13T00:54:35+00:00

My app is rejected by apple and they give a reason We found that

  • 0

My app is rejected by apple and they give a reason

We found that your app does not use the HTTP Live Streaming protocol, with a baseline stream of 64 kbps, to broadcast streaming video

Then I search for a solutions and over internet all the solutions suggest that I have to use .U8F8 and .ts extension for live streaming but my app has mp4 format. I already used MPMoviePlayerController for streaming.

So my question is:

  1. Do I have to convert mp4 video to M8U8?
  2. Do I have to use MPMoviePlayer?
  3. Can I convert mp4 video to M8U8 format during run-time and how to implement live streaming
  4. Is there any example code available for HTTP live streaming?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T00:54:36+00:00Added an answer on June 13, 2026 at 12:54 am

    I can only comment on pre-recorded video, not live streaming…

    Do I have to convert mp4 video to M8U8?

    I think you mean .m3u8. Basically, you need to take your .mp4 file and:

    1. Encode it to a friendly bitrate for mobile bandwidths. You can use Apple’s Compressor* app for this, it has presets for HTTP Live Streaming. Pick something around 1000kbps if you’re playing around.

    2. Slice it up the output using Apple’s mediafilesegmenter. You’ll end up with lots of small .ts files and a manifest (.m3u8) which lists them.

    3. Hit the .m3u8 file in your player (initWithContentURL…) and you’re off.

    4. Repeat steps 1 and 2 above and specify differing bandwidths. We went for the presets in Compressor.

    5. You’ll end up with different versions of your video, 1 for each bandwidth, use the variantplaylistcreator tool from Apple to create a master playlist file which will point your player to each bandwidth so it can switch automatically.

    6. Stick all your .ts files and .m3u8 files on the net and use the mediastreamvalidator tool to check your master playlist file is ok and points to each version correctly.

    Make sure a decent quality bitrate is first in the master playlist file as this is the version that’s played first. We went for something around the 1000kbps mark.

    Do I have to use MPMoviePlayer?

    I can’t comment on other libraries, we used MPMoviePlayer.

    Can I convert mp4 video to M8U8 format during run-time and how to implement live streaming

    You can for live streams but for pre-recorded video do it all before. Put all your files online, validate your playlist (.m3u8) and play your videos using the master .m3u8 file.

    Is there any example code available for HTTP live streaming?

    In our implementation the client in iOS does all the work (e.g. switching streams depending on the available bandwidth). As such you just need to make sure all your files are in the right place before hand.

    Compressor – https://www.apple.com/final-cut-pro/compressor/
    The mediafilesegmenter and mediastreamvalidator tools command lines tools available to download from the Apple developer network site.

    These articles have everything you need to know:
    https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html
    https://developer.apple.com/library/archive/technotes/tn2288/_index.html#//apple_ref/doc/uid/DTS40012238

    Open this up in Safari:
    https://developer.apple.com/streaming/examples/advanced-stream.html – Each ‘Gear’ is a different bitrate stream

    Crack open this .m3u8 file in a text editor for an example master playlist file: https://devimages.apple.com.edgekey.net/resources/http-streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3u8

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Apple rejected our iphone app, showing that it crashed on iPad. We could not
My app just got rejected by Apple with the following reason: 2.23 We found
I created an app that was rejected because Apple say that my App was
I have had an app rejected by Apple stating that I need to implement
Are there greater chances of my app getting rejected by Apple if I use
My iPhone app has been rejected because of Metadata issues.Apple states that i need
I recently submitted an app to Apple and sadly it was rejected. The reason
my app is rejected from ap store and the reason is. 2.1: Apps that
My app got rejected by Apple three times, all with the same rejection letter,
My app got rejected for not setting the do not back up attribute to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.