Questions tagged [mpmoviewcontroller]

A movie player (of type MPMoviePlayerController) manages the playback of a movie from a file or a network stream.

A movie player (of type MPMoviePlayerController) manages the playback of a movie from a file or a network stream.Playback occurs in a view owned by the movie player and takes place either fullscreen or inline. You can incorporate a movie player’s view into a view hierarchy owned by your app, or use an MPMoviePlayerViewController object to manage the presentation for you.

By the way the tag should be 'mpmoviecontroller' without that extra 'w'. I have no privileges to edit it or create a synonym. Can some one with the privilege correct it.

57 questions
0
votes
1 answer

I Want the Video file to Play repeatedly in my application an I am using the MPMoviePlayerController to play the video file

HI Friends, I Want the Video File To Play repeatedly in my application and i have used the Following code to play the video file NSString *tempurl = [[[NSBundle mainBundle] resourcePath]…
0
votes
1 answer

How to get the reference of playing MPMoviePlayerViewController after clicking on the UIwebView

I have loaded the you-tube URL on the UIWebView. After I click on UIWebView it opens the video in MPMoviePlayerViewController. Actually I need to get the reference of this MPMoviePlayerViewController as I need to overlay text on this…
Sonu
  • 577
  • 1
  • 4
  • 4
0
votes
1 answer

How to mute MPMoviePlayerController in swift

I need to use MPMoviePlayerController in the application, but their is no such method to control volume. I found one solution in obj-c. but it didnt work in swift. Can anyone please help me? [[MPMusicPlayerController applicationMusicPlayer]…
Akshaykumar Maldhure
  • 1,239
  • 1
  • 18
  • 32
0
votes
2 answers

MPMoviePlayerViewController not rotating in landscape with tabbar

I display a video using MPMoviePlayerViewController in a tabbar application, the video plays fine in portrait mode but doesn't rotate in landscape mode. The same code works fine in another project without the tabbar. I tried to force the…
vdaubry
  • 11,369
  • 7
  • 54
  • 76
0
votes
1 answer

MPMoviePlayerViewController unwanted replay issue

In Ipad (IOS 3.2) I am working on an app that needs to play a opening .mov. When the video (while located in startUpVC) is finished playing it will call another VC for a welcome page. After several VC changing when I called the function…
0
votes
1 answer

MPMoviePlayerController iOS stream m3u8 file not working

im trying to play a m3u8 live streaming file by using this code: NSURL *movieURL = [NSURL URLWithString:@"http://www.streaming507.com:1935/TVBlast/TVBlast/playlist.m3u8"]; MPMoviePlayerController *mp = [[MPMoviePlayerController alloc]…
alexistkd
  • 906
  • 2
  • 14
  • 34
0
votes
1 answer

How to set AVPlayer controller in lock mode in iOS?

How to set background iOS media AVPlayer like this Left and right hand side players are needed. Till now what I have All the play, pause, previous, next are working. I need to display songName, artistName, albumArt, seekBar.
AMI amitekh
  • 198
  • 3
  • 16
0
votes
1 answer

Setting supported interface orientation as 'All' only MPMoviePlayerController is active in swift

I am trying to set interface orientation only MPMoviePlayerController is active. Meanwhile, a movie started to play. In the target of the project, I have checked Portrait, Landscape Left and Landscape Right. Also, in the AppDelegate file, I have…
saksut
  • 673
  • 1
  • 7
  • 14
0
votes
1 answer

Strange orientation behaviour of MovieViewController

So in my app there is an MPMoviePlayerViewController which allows the user to view a video. They are able to watch the video in the MPMoviePlayerViewController in any orientation and once they are finished and hit "done" they return to the previous…
dwinnbrown
  • 3,789
  • 9
  • 35
  • 60
0
votes
3 answers

MPMoviePlayerController crash when start play a video on iOS 6

I'm using MPMoviePlayerViewController to play video. In my app I am playing video(s) that are in the app, using the standard MPMoviePlayerController class. It works fine on iOS 7 and 8 The first time around around this works great, however after…
TienLe
  • 614
  • 2
  • 9
  • 33
0
votes
1 answer

UIWebView and MPMoviePlayerController

I hvae addd one webview having youtube link. When user play viedo it defaults open iOS movie player. I want to track notification of that movie player when it exits full screen or playing stopped. I have tried all notification generated by…
0
votes
0 answers

Cannot play video on iOS Device and Device Browser

I am developing an iOS application with the function stream video from server. I think the problem come from my video url It cannot load video to simulator or iOS device, but the url working fine when I access on browser PC. Could anyone help me on…
0
votes
1 answer

MPMoviePlayerController ignores MPMovieControlStyle.None in Swift

I'm trying to autoplay a video in my app. The video needs to play without the controls. I've set up the video and the settings, including MPMovieControlStyle.None but the video controls appear for about 2 seconds before disappearing. I have no idea…
0
votes
1 answer

Problems with video playback in iPad

I'm trying to implement a MPMoviePlayerView but I can't play the video files, I don't have a device yet to try it on, now I'm testing with simulator, I don't know if this is the cause. So far I've been able to present the view and it shows the first…
Leg10n
  • 552
  • 7
  • 24
0
votes
1 answer

mpmovieplayercontroller sometimes has slow load time, what can be the reason? (iPhone)

mpmovieplayercontroller sometimes has slow load time, what can be the reason? thanks
Shay
  • 2,595
  • 3
  • 25
  • 35