mediaplayer

iphone media player: is it possible to keep mediaplayer (and controls) visible?

Hi, Is it possible to keep the controls (timeline, play/pause, etc) on the media player visible? It seems the controls are visible when the played is loaded until the streaming starts, then it goes into hiding. Can I prevent it from going into hiding? I have done my overlay view with images and buttons (controlling play/pause and stop)...

Streaming with Android MediaPlayer - catching errors and buffering

I'm having trouble getting MediaPlayer to be resiliant when streaming from a HTTP URL. If I start playing the file, but then drop the connection (e.g. airplane mode), MediaPlayer#OnErrorListener generates what=1, extra=-17; and then shortly afterwards what=-38, extra=0. There's no documentation I can see in the APIs of what this denotes...

Is there a demand for Touchscreen-based UIs for Car/Mobile PC Platforms?

Does anyone know if there's a very big demand for a touchscreen-based keyboard less UI for Car, Navigation, or Mobile devices? I know that Android is a very big, very popular platform. So is Cocoa Touch. What I'd like to envision is using a Java UI with something like Qt that can be applied to a touchscreen. I would initially use And...

JavaFX MediaPlayer: problem with setting of mute and volume properties

Hi, first of all sorry for my bad english, I'm Italian... :) I'm developing with JavaFX and I'm new of it... I've an instance of a MediaPlayer and I can play songs, but if I set the volume properties to 0 or to other values the volume doesn't change and the song plays at the maximum. If I set the mute properties to true it's the same ...

Controlling Media Players with C#

I need to write an application in C# which controls different media players. My MediaKeyboard can control for example Songbird and WMP so there must be some kind of Interface that both players implement, or am I wrong? How would I write this kind of application? ...

How would I create a music player in Flash that creates a waveform of the audio file?

I have got three screenshots below of Flash-based audio players on various websites that draw a waveform of the clip it is going to play and moves along while it is playing and also allowing the user to click on a point on the audio file and it jumps to that point. DJ Download music player from http://www.djdownload.com SoundCloud mu...

Exception: 0xc0000005 When Media Player OCX control is loaded on second time

In a .NET Compact Framework application we are using ocx media player component written by coppercoins. The media player launches on a new screen when ever user clicks a button. The media player works well on the first time. When we close the media player form and launch it once again on click of the button, it breaks with the following...

Media Player Control for .NET Compact Framework

Is there any free media player control library that allows us to play videos in a .NET Compact Framework application? We tried the one available at http://www.coppercoins.de/post/2008/11/03/WMP-Part-IIIa-Creating-new-Interop-Assembly-for-Mediaplayer.aspx, but having issues with memory problems and access violation errors. ...

HD network media player with 100% open source buildable firmware

I am looking to develop an application for HD media player, and looking to purchase one which has 100% open source buildable firmware I can modify. I looked around and all of media players I could find, that advertise they are open source, only have kernel open. Main application usually is proprietary, so they only supply sources of linu...

android media player playing trailers.

I want to play the above trailer using following code but it is not working throwing following error Command PLAYER_INIT completed with an error or info PVMFFailure 02-02 13:40:33.696: ERROR/MediaPlayer(805): error (1, -1) 02-02 13:40:33.706: ERROR/MediaPlayer(805): Error (1,-1) Trailler link = http://uk.clip-1.filmtrailer.com/3230_840...

android video, hear sound but no video

I have tried several different examples but I cannot get any video to show. I hear sound but no video. I thought maybe I just had a incorrect video format so I downloaded a fiat commercial in 3gp format and still no joy. I am using the eclipse JEE with android sdk and my app targets the 1.5 sdk (Api Level 3) without google api. Could som...

iPhone Live Video Stream Media Player

I'm hoping to make an app that streams live video that has a view placed on top with labels and a button on it. From my research and testing of the http video streaming feature (available since iPhone 3.0 OS), it seems that you create a webview that points to the index html that contains the converted video stream, and this displays as...

How to implement an audio player for Android using MediaPlayer And MediaController?

I want to create an Android application that is a client for an Internet radio station. And I want it look native to Android? But im confused with Android API logic and documentation. What i've got is that I need MediaPlayer and MediaController classes. Am I right, and is there any good example of AUDIO player for Android? Especially, I...

Android - Can I do this with MediaRecord/MediaPlayer instead of AudioRecord/Track?

I currently use AudioRecord to record audio in from the mic of an Android device and then pipe that straight to an AudioTrack that plays it out the Earpiece of an Android device. I'm wondering can I do the same but with the MediaPlayer and MediaRecorder classes instead as I need to use the AMR-NB encoding that is available on the Media ...

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...

How can I play sound in C#?

I'm trying to make a small game. There is about 20 effect sounds and I combined them all into one mp3 file. My question is: Is there a way to load the mp3 file into the memory and then play multiple sections of it at the same time? Any help is appreciated, thanks you! ...

C# Problem with fileinfo delete command

My application does this, play the selected sound using wmplib and upon statechangeevent = 1 (media player stopped), i will close the player using the close() command and setting the URL to ""; Now every time, i tried to delete a sound that is currently playing, in actual fact, it will be deleted, because when I looked at the directory,...

How to handle runtime exception on playing audio files?

I have a button that plays an audio file on its click listener. If the button is clicked again and again while the audio file is being played then the app crashes. What's the solution? Here is some code for reference: private OnClickListener btnMercyListener = new OnClickListener() { public void onClick(View v) { ...

How to get the playing file total time duration Media player

Hi All, I use media player control to play mp3 files in asp.net application. I want to find When the playing process gets end and the total time require to finish the file using javascript. Code: <object id="mediaPlayer" classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/...