Top "Media-player" questions

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

How to play a WPF Sound File resource

I am trying to play a sound file in my WPF application. Currently I have the following call: private void …

c# .net wpf media-player
Media Player start stop start

I am making a new android sound application. I made a clickable button to play sound when I click on …

android media-player
Set Notification Sound from Assets folder

I am attaching the sound files in the assets folder for play sound in the notification but I am not …

android notifications media-player android-resources android-assets
How to get Sampling rate and frequency of music file (MP3) in android?

I am developing audio player in android. So i want to add the details of the playing song i.e. …

android media-player android-ndk native-code bitrate
java.io.IOException: setDataSource failed.: status=0x80000000

I am trying to play url using media player in activity using: mediaPlayer = MediaPlayer.create(getApplicationContext(), Uri.parse("http://www.…

android media-player live-wallpaper surfaceholder
Android Media Player Restart Audio After Calling Stop

I'm able to stream audio and stop it without any problem, but when I try to start it again after …

android audio media-player
AudioTrack, SoundPool or MediaPlayer Which Should I use?

I need to play multiple audio files, with different duration, like 5 to 30 seconds. And i want to set volume independently …

android audio media-player audiotrack
Black screen when returning to video playback activity in Android

I'm currently developing the android application ServeStream and I've encountered and problem that I can't fix. My application will stream …

android video screen media-player playback
What is proper way to specify relative path to file in M3U playlists?

What is proper way to specify the path to mp3 file in M3U playlists, for use playlists in hardware …

audio mp3 media-player playlist
Exo player DASH Streaming example

I'm trying to play DASH video on android devices with the ExoPlayer from Google (http://developer.android.com/guide/topics/…

android video media-player exoplayer