avplayeritem Questions
2
Solved
I have an AVPlayer class all set up that streams an audio file. It's a bit long, so I can't post the whole thing here. What I am stuck on is how to allow the user to replay the audio file after the...
Apotheosize asked 7/1, 2015 at 5:14
0
I'm trying to figure out how to get current ts file from the avplayer.
I tried subclassing NSURLProtocol, but that doesn't show the url from the avplayeritem.
Thanks.
Topflight asked 4/5, 2017 at 7:5
2
I tried to buffer and immediately play remote url audio with swift language.
but problem is with long time to readyToPlay case and play.
for example a sound url takes about 12 to 15 second to run...
Dendrite asked 8/2, 2017 at 10:25
1
I'm having grid of videos, AVPlayer sometimes fail to play video and showing this disabled icon with following error,
Domain=AVFoundationErrorDomain Code=-11850 "Operation Stopped" UserInfo={NSU...
Comedo asked 20/11, 2015 at 9:41
1
I'm using AVFoundation and creating AVPlayer's but getting some errors as shown below.
These are the 2 errors:
2017-01-06 15:51:19.974693 DemoApp[11855:3855225] Video player Status
Failed: pla...
Eyeshot asked 6/1, 2017 at 21:26
0
I am writing an app that need display different video according to the selection of the user. When the user select a video, the function playVideo will be called. And after the video finish playing...
Centaur asked 9/2, 2017 at 13:36
0
I want to export a .mp4-video stored in an AVPlayerItem to the filesystem.
If that succeeds, I want to get it into a NSData-variable (but that is not part of the question, just wanted to tell you ...
Trachytic asked 23/11, 2016 at 13:45
2
Solved
I have an AVPlayer that is loading a remote media URL (HLS stream) and sometimes the player is never ready to play, but no error is presented. Is there somewhere else an error can be or a way to ch...
Aesthetically asked 21/7, 2016 at 19:38
0
I am using AVPlayer in my app. My app supports the change of speed of playback of audio and video. I am initializing the player as follows.
AVPlayerItem * playerItem= [AVPlayerItem playerItemWith...
Mathematics asked 28/7, 2016 at 8:8
3
Solved
I'm making an iOS app in Swift that plays a video in a loop in a small layer in the top right corner of the screen which shows a video of specific coloured item. the user then taps the correspondin...
Barograph asked 28/6, 2016 at 7:31
1
Solved
How can I reassociate an instance of AVPlayerItem with a new AVPlayer in Swift? When used in an initializer. Every time I try to reassign an AVPlayerItem to a different AVPlayer even after I've set...
Anthropopathy asked 5/11, 2015 at 4:13
2
Tried to use Ray great tutorial to fix the orientation issue.
left - how the video should look(portrait), right - unwanted rotated result
Code used
func setUpVideoNew()
{
let originalVideo...
Boarhound asked 24/2, 2016 at 14:51
1
Solved
I'm working on an iOS app which creates a feed of all the videos submitted by the pool of users, enabling users to browse and view the videos that others have created. As you can imagine, I need to...
Caravel asked 30/11, 2015 at 23:27
0
I implemented Video Playback for multiple videos with AVPlayer. When I play next video, sometimes it shows this error messages:
Error Domain=AVFoundationErrorDomain Code=-11850 "Operation Stopp...
Centigrade asked 3/11, 2015 at 7:33
0
I'm using AVPlayer to play videos in my app. Video playback always works perfectly, except for when you pause/resume the video. If the user presses the pause button, and then resumes the video, som...
Marshland asked 20/9, 2015 at 4:37
0
I'm trying to implement a fade-in effect based on AVPlayer + AVAudioMix + AVAudioMixInputParameters. It basically works except when playing the audio for the first time after starting my app there ...
Pinch asked 18/7, 2015 at 2:19
1
Solved
I am using this approach to save the buffer data of the AVPlayer for video files. Found as the answer in this question Saving buffer data of AVPlayer.
iPhone and iPad - iOS 8.1.3
I made the neces...
Wendalyn asked 16/4, 2015 at 18:52
1
I just found a very strange problem,
when loading a mp3 file from local storage,
avplayeritem always at unknown status and can not been played if the file placed in document folder.
way 1:
//A...
Hindermost asked 18/3, 2015 at 16:54
0
1) I am streaming videos on the player from server. Each time playing the video on app increases the app memory. So if I watch the video for 10 times, 10times the size of video is increased in app ...
Loden asked 17/3, 2015 at 11:27
1
Hi I am playing video on my UITableViewCells using AVPlayer, It was working fine on iOS 7, but in iOS8 it crashing with following error.
'An instance 0x7c01b000 of class AVPlayerItem was dealloca...
Radnorshire asked 8/1, 2015 at 10:53
© 2022 - 2024 — McMap. All rights reserved.