Search code examples
ioscustomizationmedia-player

Develop a custom media player on iPhone


I'm interested in developing a Custom Media Player on iPhone. Can you give me a basic idea to start with, I would like to know the libraries / API's which supports to develop my own player. My custom media player has to play from local hard disk, and as well as it has to stream over network. Can you please help me out to give a start in right direction?


Solution

  • You should use AVFoundation.Framework, MediaPlayer.Framework.

    Here are the sample code for,

    Music player

    Movie Player