Top "Avqueueplayer" questions

AVQueuePlayer is a subclass of AVPlayer used to play a number of items in a sequence.

AVPlayer "freezes" the app at the start of buffering an audio stream

I am using a subclass of AVQueuePlayer and when I add new AVPlayerItem with a streaming URL the app freezes …

ios audio-streaming dropbox avplayer avqueueplayer
how to use AVQueuePlayer in AVPlayer

currently i am using following codes to play song playerItem = [AVPlayerItem playerItemWithURL:[song valueForProperty:MPMediaItemPropertyAssetURL]]; [_avPlayer replaceCurrentItemWithPlayerItem:playerItem]; here i …

ios avplayer avqueueplayer
Getting metadata from an audio stream

I would like to get the file name and, if possible, album image from a streaming URL in a AVPlayerItem …

ios ios4 metadata audio-streaming avqueueplayer
Pre-load an AVPlayer streaming video

I'm trying to play a streaming video with a AVPlayer without any network delay. Fortunately, our app has a progress …

ios avplayer avqueueplayer
AVQueuePlayer/AVPlayer loading notification?

I have an AVQueuePlayer (which obviously extends AVPlayer) that loads a playlist of streaming audio. Streaming is all working fine, …

objective-c ios avfoundation avplayer avqueueplayer
Skip to Previous AVPlayerItem on AVQueuePlayer / Play selected Item from queue

I am playing a Tv-show that has been sliced to different chapters on my project using an AVQueuePlayer. I also …

objective-c avplayer skip avqueueplayer movieplayer
AVQueuePlayer playback without gap and freeze

I use AVQueuePlayer to play a sequence of movies which are loaded from URLs. I tried to initialize player instance …

ios objective-c avfoundation avqueueplayer
How to know when AVPlayerItem is playing

I am having a problem with AVPlayerItem and AVQueuePlayer. Currently i have a lot of music files which are 1-2 …

ios avqueueplayer
Detecting AVPlayer video start stop events

Here is nice simple avplayer piece of code playing a small collection of videos in a queue. My question. I …

swift avfoundation avplayer avqueueplayer avkit