Questions tagged [movieplayer]

MoviePlayer is the informal name for class MPMoviePlayerController that manages the playback of a movie from a file or a network stream on iOS framework.

MoviePlayer is the informal name for class MPMoviePlayerController that manages the playback of a movie from a file or a network stream on iOS framework. It must not be confused with MediaPlayer on Android (android.media.MediaPlayer) which has same functionalities but on different mobile OS.

43 questions
2
votes
1 answer

Looking for a component (.NET or COM/ActiveX) that can play AVI files in a WinForms app

I'm looking for something like the Windows Media Player control that can be hosted on a form. The WMP doesn't work for me because I need a control that can play a continuously-appended playlist of AVI files in sequence, so that the transition from…
MusiGenesis
  • 74,184
  • 40
  • 190
  • 334
2
votes
1 answer

iOS MPMoviePlayer - mimmicing the behaviour of controls appearing/disappearing

I have a button which I would like to show and hide as the iOS MPMoviePlayer controls do when the video is tapped. Is there an better way to do this other than making my own gesture recognizer and timer for hiding/showing the button when the apple…
Nathan
  • 139
  • 10
1
vote
2 answers

MPMoviePlayer sample doesn't work

I wish I could have found this solution when I googled every possible combination of these words. Did you, like me, think you could download Apple's Movieplayer sample, click Build and Run and see a movie of an airplane? And nothing happens,…
Steve Rogers
  • 1,963
  • 2
  • 17
  • 25
1
vote
0 answers

ios7 - iphone app on ipad - quitting movie player leaves rotation bar (black area) on top of main view

My app is iPhone-only but can be viewed on iPad using the 1x/2x-mode. The following behavior appears only on iPad. When I start a html5-video from the UIWebView it is automatically shown in the native movie player. When I quit the player the web…
Lem
  • 283
  • 2
  • 11
1
vote
1 answer

Issue while streaming video from server

I am having a video file on server. When I copy the URL and run in safari it start playing video in browser using quick time player, but it is not playing in simulator, it is showing loading but nothing happening. Please help me. How can I solve…
1
vote
2 answers

MPMoviePlayerViewController repeat count

I am playing a video using MPMoviePlayerViewController. I have repeat mode as MPMovieRepeatModeOne so that the video may play in a loop. Is there any method that I can use to get the repeat count of the played video.
1
vote
3 answers

Appliction orientation changes to landscape if I stop a video in landscape

I am working on an application in which I have embedded an iframe on a screen to show the thumbnail of a video from vimeo.com. Every thing is working perfect but when I tap to play the video it invokes iPhone's DEFAULT MOVIE PLAYER and then I rotate…
iOS Monster
  • 2,099
  • 1
  • 22
  • 49
0
votes
2 answers

mpmovieplayercontroller issue

one small issue in my movieplayer..![movieplayer shows like this] 1: https://i.stack.imgur.com/WujxB.png but i want to show as below screenshot mycode: moviePlayerController = [[MPMoviePlayerController alloc]…
Prajan
  • 666
  • 1
  • 6
  • 15
0
votes
0 answers

C# winforms Windowsmovieplayer not finding mp3 resource

For my project i'm implementing mp3 soundtracks using WindowsMediaPlayer library, to particular areas of the game. I've successfully implemented one already for the "launchscreen" and navigational menus. I've copied the exact code and added it to my…
0
votes
1 answer

After dismissing Modal View Controller

I found "Modal View Controller" could have some changes in iOS4. Because, I used the example code below http://iosdevelopertips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html to…
0
votes
1 answer

Implement movie with MobileVLCkit in Swift 3

Now, I'm using mobilevlckit library for my project. Currently, the problem is that I don't know how to implement player slide bar button in mobilevlckit. Whatever I drag the slidebar, the video does not forward/backward. Another problem is that…
May Phyu
  • 895
  • 3
  • 23
  • 47
0
votes
2 answers

How to Gif movie player pause at the first activity open

I have implemented Gif movie player using https://github.com/sbakhtiarov/gif-movie-view, it's working good but I want pause Gif image when first start activity, that means first open activity, I tried gif1.setPaused(true); but it's not working so…
user5418227
0
votes
1 answer

Video only play sound when I moved from OS 3.x to 4

Well.. basically that's what happens, when I play a movie from a game I have, only the sound plays, the video doesn't, showing a black screen, even the touch is disabled. This is the relevant part of the code: myMovie = [[MPMoviePlayerViewController…
Artemix
  • 8,497
  • 14
  • 48
  • 75
0
votes
1 answer

Movieplayer doenst rotate anymore when I used setControlStyleNone

I added this to my code when im initializing the movie [m_pMPmpc.moviePlayer setControlStyle:MPMovieControlStyleNone]; where m_pMPmpc is an MPMoviePlayerViewController It worked fine but then I noticed that the movie doesnt rotate anymore while…
iced
  • 1
  • 1
0
votes
1 answer

play multiple videos in xcode swift

Can I use buttons in a tab bar or similar to play different video clips like this, Movie Player in Swift and how would I do that, a video array or ??