avqueueplayer Questions
7
Solved
I am using an AVQueuePlayer in my app. I have a two swipe gestures to skip to next and skip to previous avplayeritems. Right now to do skip to next I am just calling advanceToNextItem on the avqueu...
Oenone asked 24/1, 2016 at 3:21
4
I am using a subclass of AVQueuePlayer and when I add new AVPlayerItem with a streaming URL the app freezes for about a second or two. By freezing I mean that it doesn't respond to touches on the U...
Aarhus asked 9/10, 2011 at 3:14
5
I need to create something like an infinite loop in my AVQueuePlayer. Especially, I want to replay the whole NSArray of AVPlayerItems once the last component finishes playing.
I must admit that I ...
Lamb asked 22/6, 2012 at 12:16
2
I am making an app that has a music player in it. I haven't worked on it in a while but the last time I worked on it the nowPlayingInfo
was working. Now, when I updated it to Swift 3, everything w...
Diet asked 8/8, 2017 at 15:39
6
I know this question is all over Stack Overflow but still, most of them are old and not related with what I'm going to ask here.
So I've got an array with AVPlayerItems and an AVQueuePlayer. At fi...
Probabilism asked 5/6, 2015 at 2:34
3
I've been trying to figure out how to loop over multiple videos with AVPlayerLooper, but their templateItem takes an argument of type AVPlayerItem and not [AVPlayerItem]. I'm currently using an AVQ...
Jackshaft asked 9/8, 2017 at 5:14
8
Solved
I am playing a Tv-show that has been sliced to different chapters on my project using an AVQueuePlayer.
I also want to offer the possibility to skip to the previous/next chapter or to select a diff...
Razor asked 29/8, 2012 at 11:17
0
The Problem
I am using an AVPlayerLooper to replay an HTTP Live Streaming video indefinitely. The video replays perfectly for the first three loops. But on the fourth loop and all loops thereafter...
Riboflavin asked 2/10, 2017 at 20:16
1
Solved
I have a memory leak that I cannot diagnose. I have tried multiple approaches to creating a seamlessly looped video - Besides AVPlayerLooper, all of the approaches I've encountered and tried involv...
Cribbing asked 16/11, 2016 at 16:14
3
Solved
I am working on a video application that plays a number of videos one after another. The videos are stored in an array of AVPlayerItems. AVQueuePlayer is initialized with those AVPlayerItems and it...
Celadon asked 7/11, 2013 at 6:2
2
Solved
I've been playing around with the AVPlayer and its subclass AVQueuePlayer (and an array of MPMediaItems) and have found that the latter performs better with gapless albums, but neither seem to full...
Lianna asked 23/4, 2012 at 17:46
3
Solved
I use AVQueuePlayer to play a sequence of movies which are loaded from URLs.
I tried to initialize player instance with array of all AVPlayerItems that I need to play.
player = [[AVQueuePlayer que...
Judicative asked 18/2, 2013 at 17:0
1
I have a AVQueuePlayer based audio streaming player that needs to run in the background. The player needs to continue running until it finishes playing all the list. Of course it is going to have t...
Congo asked 21/11, 2012 at 19:30
1
Solved
I'm trying to play a streaming video with a AVPlayer without any network delay. Fortunately, our app has a progress screen before the screen that plays the video. I'm hoping to use some of the time...
Tjaden asked 16/10, 2014 at 20:29
3
I've got an AVQueuePlayer which I'm creating from an array of 4 AVPlayerItems, and it all plays fine.
I want to do something when the last item in the queue finishes playing, I've looked a load o...
Bloomsbury asked 29/8, 2012 at 23:4
0
Thank to those two posts, I resolve this problem during the creation of the AVPLayerItem
AVQueuePlayer playback without gap and freeze
AVPlayer "freezes" the app at the start of buffering...
Em asked 18/7, 2014 at 22:15
2
Solved
I would like to get the file name and, if possible, album image from a streaming URL in a AVPlayerItem that I am playing with AVQueuePlayer but I don't know how to go about doing this.
Also if it...
Insurgent asked 10/10, 2011 at 0:24
1
Solved
I'm making an app that streams music. I'm trying to display metadata (title, artist and artwork image) on the lock screen.
MPNowPlayingInfoCenter seems to work well with MediaPlayer.framework, but...
Rabat asked 18/12, 2013 at 17:49
1
Solved
I have an AVQueuePlayer (which obviously extends AVPlayer) that loads a playlist of streaming audio. Streaming is all working fine, but I'd like to have an activity indicator to show the user audio...
Timbal asked 6/12, 2011 at 22:57
1
© 2022 - 2024 — McMap. All rights reserved.