media-player

Customizing MPMoviePlayerController

I wanted to customize an MPMoviePlayerController to add more control to a video player. I can add extra controls but the top buffering control is removed. How can I make it visible? ...

How do I stream video and play it?

How can I stream video data from the network and play it on an iPhone? ...

Stay on the MPMoviePlayerController after playback finishes

I am using a tableview and when the user selects a row, I am playing the video associated with the row using an MPMoviePlayerController object. Now as soon as the playback finishes, MPMoviePlayerController is released and control goes back to the previous controller. How can I prevent this from happening? I want to take the user back to...

Playing Audio with J2ME

What is the best way to play audio utilzing the J2ME Media libary? For example, should I make use of the MMAPI or should I just use the Midlet's platformRequest(String s) method? ...

Playback large files on Windows Media Player during download

Hi, My question is about writing a video file to the hard drive that is being downloaded from the network and playing it at the same time using Windows Media Player. The file is pretty big and will take awhile to download. It is necessary to download it rather than just stream it directly to Windows Media Player. What happens is that, ...

Android: How to create video player?

I am creating a video recorder and would like to create video player to preview the recorded videos. Modifying the code from this page I have created a MediaPreview class the following way: public class MediaPreview extends Activity implements OnErrorListener, OnBufferingUpdateListener, OnCompletionListener, OnPreparedListener, Surfac...

How to tell a message sent to the MPMediaPlayer has timed out?

I've been working with the MPMediaPlayer framework for the 3.0 SDK. Sometimes the Media Player is slow to respond, or doesn't respond at all. I get warning messages in the console, but the user will never see these messages (and thus blame my app for the timeouts). Is there a way to recover from these timeouts? Can I set things to NOT ...

C# Com Interop with Windows Media Player Visualisation (With Sample Code)

I am attempting to create a Windows Media Player (WMP) Visualization plugin in C#. I am quite new to exposing C# to COM and may have missed something basic. I have persisted with this for 3 days (about 20 hours) and not got past the single issue I will describe below. For those who don't know, WMP visualizations are the pretty images th...

Problem With My Android Service Please Help!

All I want to do is simply control background music in my app through a service so I am able to start it and stop it from any activity. I have everything set up perfectly when I tell the service to Toast when it is started and destroyed but as soon as I put the media playin in there instead It starts fine and starts playing the music bu...

Android Service controlling MediaPlayer

All I want to do is simply control background music in my app through a service so I am able to start it and stop it from any activity. I have everything set up perfectly when I tell the service to Toast when it is started and destroyed but as soon as I put the media playin in there instead It starts fine and starts playing the music bu...