Top "Avplayer" questions

An AVPlayer object is used to implement controllers and user interfaces for single- or multiple-item playback.

AudioHardware.cpp:1200:AudioObjectRemovePropertyListener: AudioObjectRemovePropertyListener: no object with given ID 0

Working on a project in swift, where I'm trying to initiate the AVPlayer, and for some reason it trows me …

ios swift avplayer swift4
How to switch among alternate audio streams using AVPlayer

I have a test application that uses AVPlayer to play video specified by an m3u8 HLS playlist. The playlist …

ios avfoundation avplayer http-live-streaming
how to add AVPlayer to UIView in ViewController

I my UIViewController I have an outlet to UIView, where I would like to display video using external links. In …

ios swift uiview avplayer avplayerlayer
What video resolution and format is most suitable for ios apps?

I would like to play full-screen videos as a background in one of my apps. The problem is that videos …

ios avplayer avplayerviewcontroller
Get UIImage from the CALayer attached to AVPlayer (extract frame from video playing)

I play a video with AVPlayer. It works ok. Now I want to get a UIImage from the video playing (…

uiimage calayer avplayer
AVPlayer too long and with delay to readyToPlay and play server music in swift

I tried to buffer and immediately play remote url audio with swift language. but problem is with long time to …

ios swift avplayer avplayeritem
AVPlayer removing a periodicTimeObserver

I'm having difficulty stopping an AVPlayers time observer. I have an AVPlayer player running like this: player = [[AVPlayer alloc] initWithURL:[…

ios avfoundation avplayer observers
AVAudioPlayer rate

So I'm trying to play a sound file at a different rate in iOS 5.1.1, and am having absolutely no luck. …

ios avfoundation avaudioplayer avplayer audio-processing
Responding to MPMoviePlayerController notifications during background media playback

I have an app that streams video from the net and plays it using an MPMoviePlayerController object for playback on …

iphone ios mpmovieplayercontroller multitasking avplayer
AVPlayer Video Blank but Hear Sound

I'm switching from MPMoviePlayerController to AVPlayer as I need finer grained control over video swapping. The .mov file I was …

iphone ios objective-c avplayer avplayerlayer