Re: AVPlayerView just shows static QuickTime image

2016-09-06 Thread Andreas Falkenhahn
Ok, I don't know why but AV Foundation seems to reject this *.mov file generally. I tried to play it using the "AVSimplePlayer" example code obtained from here https://developer.apple.com/library/mac/technotes/tn2300/_index.html and it says "Asset is not playable". When trying to play it using th

AVPlayerView just shows static QuickTime image

2016-09-06 Thread Andreas Falkenhahn
I'm trying to get an AVPlayerView to play a *.mov file stored locally on HD but all I get is a static QuickTime image with control buttons and a seek bar. The sound plays fine but there is no video! Here is a screenshot: http://i63.tinypic.com/2rp8rd0.png How can this be? The class looks like th