avplayer
AVPlayer + loop + background
I need to: play a sound loop continue to play in b开发者_运维问答ackground All works fine with AVAudioPlayer, but now I have to use AVPlayer to play also music songs from the iPod library. But the[详细]
2023-03-14 10:36 分类:问答Handle streaming events with AVPlayer
I\'m building an app which plays an audio stream (from a webradio). I\'m using AVPlayer for it. I\'d like to know how you would handle AVPlayer\'s "buffering" when the connection is slow o开[详细]
2023-03-13 19:03 分类:问答Using AVPlayer for the iPhone, SeekToTime only ever restarts the video for me
I am trying to get a fairly short video (0.05 seconds) to play from 0.02 seconds. I use the code below:[详细]
2023-03-12 04:12 分类:问答AVMutableAudioMix simple question
just want to understand , what exactly I can do with this AVMutableAudioMix class开发者_StackOverflow社区, once I will insert PlayerItems (Assets) in to the AudioMix, can I play them one at the time o[详细]
2023-03-12 03:55 分类:问答Caching with AVPlayer and AVAssetExportSession
I would like to cache progressive-download videos using AVPlayer. How can I save an AVPlayer\'s item to disk? I\'m trying to use AVAssetExportSession on the player\'s currentItem (which is fully loade[详细]
2023-03-11 01:50 分类:问答AVPlayer bright on iPad 2
AVPlayer and MPMoviePlayer have extra brightness on iPad2. This does not show up in 1 or sim. I am digging through the docs and working on finding a fix even if I have to use a cheap one. I\'ve found[详细]
2023-03-10 02:30 分类:问答Play multiple Audio Files with AVPlayer
I\'m trying to play multiple sounds at the same time. The approach initially I\'ve taken was to create several players , but it seems wrong one.[详细]
2023-03-10 00:54 分类:问答AVPlayer not playing Video file
HI I\'m using AVPlayer to play the video slowly frame by frame. I used this coding for that. I could not able to play the video. Please notice my problem.[详细]
2023-03-09 03:38 分类:问答Adding audio input to AVCaptureSession stops AVPlayer
I am developing a music app where musical notation is displayed via a m4v video file played out using AVPLayer and an AVCaptureSession is used to preview and record both the video and audio of the per[详细]
2023-03-09 01:18 分类:问答AVPlayer restart sync issue
Hi all Im working with AVPlayer app to run on an iPad and just getting my head around it. Currently stuck with an issue that i cant seem to get the avplayer to restart a currently playing file safely.[详细]
2023-03-07 10:53 分类:问答