Top "Playback" questions

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

How to play video from NSData

I would like to know if it's possible to play a video from an NSData object... with the MPMoviePlayerController.

mpmovieplayercontroller nsdata playback
Remove Big play button and show the bottom play menu

Is there any possibility to remove to middle play button at start (yes I know I could just remove the …

button menu playback video.js
Play/Pause HTML5 video using Jquery

I would like to play/pause video using jquery. Here is my code: (function ($) { // plugin definition $.fn.htmlvideo = function (options) { // …

jquery html video playback
cocoa playing an mp3

Is there an easy way to load, play and control an mp3 file from cocoa? Tried googling it, but, as …

objective-c cocoa macos mp3 playback
How can I tell if an HTML5 Audio element is playing with Javascript

I have an audio element in a webpage, and I want to ensure that a user is not still playing …

javascript detection playback html5-audio
how can I make a scrollView autoscroll?

I have this scrollView: self.scrollView = [[UIScrollView alloc] initWithFrame:self.view.bounds]; self.scrollView.autoresizingMask = UIViewAutoresizingFlexibleHeight; self.scrollView.contentSize = CGSizeMake(320,3000); _…

xcode button scrollview playback autoscroll
How to capture an ip camera (mjpeg) stream and replay it later via commandline?

To test a software which processes ip camera streams (eg. mjpeg) I would like to capture a short sequence from …

stream playback vlc mjpeg video-recording
javascript pitch shift with time stretch

I'm a beginner learning javascript. I've got various projects in mind with an interactive page on my site related to …

javascript audio playback pitch-shifting
How can I know users click fast forward and fast rewind buttons on the playback controls in iPhone

I want to implement the following things, App is running a music or video (using MPMoviePlayerController) in background. User double …

ios objective-c avfoundation mpmovieplayercontroller playback
Android Media Player Wont Play After Stop

I have music playlist for 5 songs. I just want that play and stop buttons work as long as im in …

android audio media-player playback