Questions tagged [mpavcontroller]

5 questions
7
votes
1 answer

How can I force a video played in a UIWebView to be full screen on an iPad?

I'm playing a YouTube video using a UIWebView, like so: self.webView.mediaPlaybackRequiresUserAction = NO; self.webView.allowsInlineMediaPlayback = NO; [self.webView loadHTMLString:videoEmbedCode baseURL:nil]; I want to force the video to play in…
Nathan
  • 6,772
  • 11
  • 38
  • 55
2
votes
1 answer

hook Music Player functions IOS 8

I'm trying to Theos/hook the endSeek function in music player when fast forward function is called, I'm in IOS 8.1 The problem is I never reach to the point where endSeek is called, I've set an alert whenever the function is called, but it never…
2
votes
3 answers

don't show movie in document folder in xcode

I create one application that show file in document folder. I have one file .mov format that I want show it from document folder but when run app and click play button don't show this movie and I see this image : this is my code : (please guide me…
fred
  • 157
  • 2
  • 11
0
votes
0 answers

Xcode 6.3.1 iOS 8.3 UIWebView - Crash: *** -[MPAVRoutingController clearCachedRoutes]: message sent to deallocated instance

Anyone seen that or know what's causing it? Xcode 6.3.1 iOS 8.3 I have a UIWebView which displays an embedded Vimeo video. When tapped launches a full screen video. This crash happens when I do a transition from the page with the the video, WITHOUT…
Geoff H
  • 3,107
  • 1
  • 28
  • 53
0
votes
1 answer

MPAVController pauseWithFadeout causing app crash

I have an application in which I have links for some videos and when requested by user I download the video files. The downloaded video files are listed in a UITableView. The app crashes occasionally with crash log similar to following. Exception…
zambrey
  • 1,452
  • 13
  • 21