Top "Media-player" questions

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

pyqt Playing movie files in phonon player QT4.9

I'm definitely in need of your help guys.. As in really. My laptop has been stolen and I didn't have …

python video media-player pyqt4 phonon
Android Media Player: Download to File and Stream From File

I'm using Android's MediaPlayer to play MP3 files that are simultaneously downloaded from the internet using the DownloadManager. I'm aware …

android audio download streaming media-player
Application threads vs Service threads

What are the advantages/disadvantages in placing a lengthy network access code in a thread in an activity or a …

android multithreading service media-player
Streaming with Android MediaPlayer - catching errors and buffering

I'm having trouble getting MediaPlayer to be resilient when streaming from a HTTP URL. If I start playing the file, …

android streaming media-player buffering
Android MediaPlayer bug when using reset() and release() calls

The bug I'm seeing is on the calls to reset() and release() never returning thus leaving my application in an …

android media-player
Android: MediaPlayer gapless or seamless Video Playing

I can play the videos fine back to back by implementing the OnCompletionListener to set the data source to a …

android video media-player
Android - How do I only allow one instance of MediaPlayer to play at a time?

I'm trying to create a simple Sound-board Android app, using ListView items as buttons. (Btw, I'm a novice programmer) The …

android audio media-player playing
Android MediaPlayer - how to play in the STREAM_ALARM?

I've tried settings the audio stream of the media player in my application using the following code but when I …

android stream media-player android-audiomanager
Android doesn't see playlist (.m3u) file

I am creating an own application for android that generates playlists. Application creates .m3u files in UTF-8 encoding format. …

android media-player storage avaudioplayer m3u
How can I send a pre-recorded(wav) file during a voice call?

I want to develop an application through which if the caller calls you, the call should be answered automatically without …

android media-player telephonymanager android-audiomanager