Top "Media-player" questions

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

Android - How to tell when MediaPlayer is buffering

I've got to be missing something obvious here, but I can't seem to find anything to allow me to determine …

android media-player buffering
Play audio through upper (phone call) speaker

I'm trying to get audio in my app to play through the upper speaker on the iPhone, the one you …

ios objective-c avfoundation media-player audiotoolbox
Context inside a Runnable

I try to play a sound from R.raw. inside a Thread/Runnable But I can't get this to work. …

android multithreading media-player runnable android-context
How to play video stream with MPMoviePlayerController in iOS

I am trying to play a video stream from the internet on the iPhone by pressing a button. I used …

ios iphone stream media-player mpmovieplayercontroller
Playing video using MediaPlayer class

I am trying to make use of MediaPlayer class for playing a video file. The problem is video is not …

android video media-player
How to set WPF window position in secondary display

I have two displays. I want to make a media player and I want to play video full screen on …

c# .net wpf media-player mediaelement
How to make a DLNA android mobile application?

I have a task to make a DLNA android application as shown in the following video http://www.youtube.com/…

android media-player dlna
In h264 NAL units means frame.?

I am working on a h264 video codec. I want to know: Is a single NAL unit in H264 equivalent …

video media-player containers h.264 video-codecs
Audio stream buffering

I need to play live audio stream, actually it is radio. The problem is that I also need to manage 20 …

android proxy stream media-player buffering
How to play streamed audio in background on Android?

I have an Android application that plays streamed audio from the Internet using the MediaPlayer class. How do I let …

android media-player