objective c - Are there limitations for playing video over wifi/3G on the iPhone? -


I have an app that is running * .mov files stored on a server. Some of them are more than 10 minutes long. This is right? Can anyone tell me the instructions to play the video?

Application requirements: If your app is on a cellular network Distributes the video, and if the video exceeds a 10-minute duration or 5 MB of data in a five-minute period, then you have to use HTTP live streaming. (Progressive downloads can be used for small clips.)

If your app uses HTTP live streaming on cellular networks, then you must have at least one stream of 64 kbps or lower bandwidth (low bandwidth The stream may be audio-audio or audio with only one image).

This requirement applies to apps submitted for distribution in the App Store for use on Apple products. At Apple's discretion, non-compliant apps may be rejected or removed.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -