Top "Media-player" questions

Software or hardware device designed to play audio/video files.

Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one

Please see the code i am using for streaming shoutcast stream, it works with one URL but NOT with the …

android media-player uri audio-streaming shoutcast
Android Media Player: Start called in state 4 error(-38,0)

This is the code am using to fetch a file name(.mp3) dynamically from some other class as am having …

android android-asynctask media-player android-assets
Dealing with video (DVDs, .avi .mkv) in Java

After looking around for a decent library for playing videos in Java, I've come unstuck. Everyone around is screaming not …

java api video media-player
Changing data source for audio playback using existing MediaPlayer?

I'm trying to use the same media player but change the data source. Here is what I'm trying to do:  …

android media-player android-audiomanager
A simple C program to play mp3 using libvlc

I am an average C/C++ programmer. Recently I took a project to make a media player with a smart …

c++ c mp3 media-player libvlc
How to create videoview like youtube "small screen and full screen play in android "

I want to develop activity or fragment like Youtube. "When user click on video from list it start playing in …

android android-layout media-player android-video-player
What is the best way to get an audio file duration in Android?

I'm using a SoundPool to play audio clips in my app. All is fine but I need to know when …

android audio media-player duration soundpool
Android Mediaplayer: setDataSource issue for downloaded media file

I have an application that will record and play audio files. Some of the audio files are downloaded using simple …

android audio media-player sd-card
Detect if a VideoVIew is buffering

Does anyone know if it's possible to detect when a VideoView is buffering? I want to show a ProgressDialog when …

android media-player android-videoview
Playing short .wav files - Android

I would like to play sound after touching the button. MediaPlayer works fine, but I read somewhere that this library …

android button media-player wav