avplayer
AVPlayer - Benny Hill style speeded up video issue
I\'m using AVPlayer to show a live stream. Works fine. Part of my app requires a modal view to appear over the video. Actually, it flips the video view to show the modal view. I want the video\'s audi[详细]
2023-04-12 17:40 分类:问答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 for about a second or two. By freezing I mean that it doesn\'t respond to touches on the UI.[详细]
2023-04-11 22:11 分类:问答iOS AVPlayer seektotime locking at certain points
I\'m more or less using the code from here: AVPlayer Video SeekToTime However, when I try to scroll it seems to lock to certain time points (basically every frame that lays on the second time mark), s[详细]
2023-04-10 17:02 分类:问答AVAudioPlayer Notification issue
So I\'m almost done with my app and I\'ve hit a wall and cannot get around this final problem. I basically have 2 view\'s.A main page and the game play screen.[详细]
2023-04-10 06:54 分类:问答iPhone and iPad, take screenshot with video playing
My app need to take some screenshot when a video is being played on the screen. The video is played by AVPlayer and AVPlayerLayer. The problem when I try to use old methods, such as:[详细]
2023-04-09 16:29 分类:问答AVPlayer, notification for play/pause state?
I\'m searching for a way to get notified the exact moment when AVPlayer starts playing. There\'s the \"rate\" property, but currently I am checking it periodically with an NSTimer to get updates.[详细]
2023-04-09 01:23 分类:问答Is there a way to stop the avplayer sending a range http header field
If you load remote files with the AVPlayer it sends a http request with a range field in the request header, 开发者_运维百科something like[详细]
2023-04-08 11:38 分类:问答How can i set volume with amplification in app with AVPlayer class?
I am using AVPlayer for playing song from iPod Library. There are very limited methods in AVPlayer compare to AVAudioPlayer.[详细]
2023-04-05 03:39 分类:问答AVPlayer replaceCurrentItemWithPlayerItem not working on iOS 4.3.3+
I have an audio player that I\'m building using AVPlayer. Currently, I keep the player instance around and when I need to swap tracks (either from a manual selection or the track has reached the end)[详细]
2023-04-05 02:03 分类:问答Fast switching between videos using AVFoundation
I\'m writing an application where the user can record up to 6 video clips each with a duration of 2 seconds. When the video clips are recorded the user can play with them using 6 buttons - one for eac[详细]
2023-04-04 20:00 分类:问答