avplayer
ios avplayer trigger streaming is out of buffer
I want to reconnect to the server when the streaming buffer is empty. How can I trigger a method when the AVPlayer or AVPlayerItem buffer is empty?[详细]
2023-03-24 13:15 分类:问答iOS - AVPlayer - Get Current FPS / Frame Rate
I am experimenting streaming with HLS to an AVPlayer instance - like the Apple StitchedStreamPlayer sample project.[详细]
2023-03-23 05:12 分类:问答iOS - How can i get the playable duration of AVPlayer
The MPMoviePlayerController has a property called playableDuration. playableDuration The amount of currently playable content (read-only).[详细]
2023-03-22 21:49 分类:问答AVPlayer with one video tracks and multiples audio tracks
I\'m trying to make a player in my App capable to have one video tracks and multiples audio tracks (for differents languages).[详细]
2023-03-20 22:16 分类:问答Is there a way to distinguish between a live stream and an on-demand file stream with AVPlayer?
I\'m trying to create a more generic media controller for several types of streaming media and want to adapt the UI to the type of stream;[详细]
2023-03-19 23:21 分类:问答AVPlayer rate property does not work?
so it would appear that the only values that actually work are 0.0, 0.5, 1.0, and 2.0... i tried setting it to 0.25 since I want it to play at 1/4th of the natural speed, but it played it at 1/2 of t[详细]
2023-03-18 20:51 分类:问答kAudioSessionProperty_OtherMixableAudioShouldDuck some times music does not unduck
I am using MPMusicPlayerController to play music from device with iPodMusicPlayer. And at regular intervals play alerts with AVPlayer. Code goes like this[详细]
2023-03-18 18:55 分类:问答What does AVErrorMediaServicesWereReset mean?
I\'m currently writing a custom video player using AVPlayer. The video plays fine and works in 99% of cases. But when seeking, I occasionally run into an error. My AVPlayerItem\'s status changes to AV[详细]
2023-03-16 01:30 分类:问答AVVideocomposition AVPlayerItem position of video-layer
I used Apple\'s AVEdit-Dem开发者_如何转开发o, tweaked it a little and was able to add CALayers with animations and images to the video-composition. So far, this works fine.[详细]
2023-03-15 20:30 分类:问答Can AVPlayer instances be used to play two videos simultaneously?
I\'m currently using MPMoviePlayerController to play videos in my app. When I switch from one video to the next, it\'s not a very smooth transition. I\'ve come to the conclusion that what I need to do[详细]
2023-03-15 13:28 分类:问答