custom view on iphone's native media player(MPMoviePlayerController)

Posted by sneha on Stack Overflow See other posts from Stack Overflow or by sneha
Published on 2009-12-22T05:28:39Z Indexed on 2010/05/29 12:02 UTC
Read the original article Hit count: 480

I am building an application that implements a custom view on iPhone’s native media player. I want your help in deciding directions to lay this effort. At present I have find out that iPhone SDK doesn’t support APIs to customize media player.

I need these things in the player:

I would like to have custom views i.e. want to change all control buttons on player like Play/Pause, seek bar etc. The background of player will also need to be different. The player has to play audio or video file from local/remote location. Can i use MPMoviePlayerController if it can be customized (How to do it ??). However, any other third party player approved by iPhone which has an ability to download and play the media file from local/remote location is also fine.

It will be great to have an access to media player buffer so that it can be encrypted.

I have following questions:

1.Any help in building/customizing player.....

2.Do you see issues in signing of application?

3.Does Apple have any restrictions on customizing media player?

4.Any sample iPhone application where media player is customized

Any help in this regard is highly appreciated.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about iphone-sdk-3.0