An AVPlayer object is used to implement controllers and user interfaces for single- or multiple-item playback.
-(IBAction)play:(id)sender { thumbImageView.alpha=0.0; NSString *stringvideo=[NSString stringWithFormat:@"http://streaming-service",[[NSUserDefaults standardUserDefaults]valueForKey:@"VideoIdselected"]]; NSString *videoURLString = stringvideo; …
iphone ios video avplayerI have the following code in my app: NSURL *url = [NSURL fileURLWithPath: [self.DocDir stringByAppendingPathComponent: self.FileName] isDirectory: NO]; self.…
ios ios7 avfoundation avplayer avassetI have a local video playing using AVPlayer and AVPlayerLayer (Swift, iOS 8.2), and i need to resize the AVPlayerLayer (introPlayerLayer) …
ios iphone swift avplayer avplayerlayerIs it possible to send headers with an http request to an audio file when using AVPlayer? I need to …
ios avfoundation avplayerI want to reconnect to the server when the streaming buffer is empty. How can I trigger a method when …
ios audio-streaming avplayerI am using m3u8 video format for streaming the video and now I need to display subtitles for the …
mpmovieplayercontroller avfoundation avplayer subtitle transport-streamI am using a subclass of AVQueuePlayer and when I add new AVPlayerItem with a streaming URL the app freezes …
ios audio-streaming dropbox avplayer avqueueplayerI've been looking through the AVPlayerItem and AVPlayer docs and there doesn't seem to be any callbacks for when the …
ios avplayer