Top "Playback" questions

Playing a sound or a video from an existing audio or video file or stream.

Video playback in Java ( JMF, Fobs4JMF, Xuggler, FMJ )

I need simple video playback in Java. Here are my requirements: PRODUCTION QUALITY Open and decode video files whose video …

java video jmf playback fmj
Playing Audio in .Net / C#

I'm an experienced MFC programmer of many years, who for the more recent years has been developing commercial apps in …

c# audio buffer playback
What does this gdb output mean?

I've got a button that plays a sound, and it seems to work perfectly fine on the simulator, but i'm …

ios objective-c audio ios-simulator playback
How to hide the JWPlayer play button?

How can I hide the play button that's in the center of the video screen in JW Player? I'm using …

javascript button hide playback jwplayer
Playing MP3 files with Python

I'm trying to write my own media player (like Foobar), and I'm having trouble tracking down a Python library that'll …

python mp3 playback
How to play and pause in only one button - Android

I have two buttons in my media player that streams a radio station, play and pause. I want to make …

android stream radio playback
Play and pause one HTML5 audio element at a time via jQuery

I've got several HTML5 audio elements on a page and am using jQuery to play and pause them. The play …

javascript jquery html audio playback
Android, How to play WAV file programmatically

I already have a .wav file in my directory. at the same time i need to play it together with …

android wav playback
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
Trouble playing wav in Java

I'm trying to play a PCM_UNSIGNED 11025.0 Hz, 8 bit, mono, 1 bytes/frame file as described here (1) and here(2). The first …

java wav playback javasound