mpmovieplayercontroller « video « iPhone iPad Media Q&A

Home
iPhone iPad Media Q&A
1.animation
2.audio
3.AVAudioPlayer
4.box2d
5.cocos2d
6.CoreGraphics
7.CorePlot
8.Flash
9.graphics
10.icon
11.image
12.photo
13.plot
14.sound
15.video
iPhone iPad Media Q&A » video » mpmovieplayercontroller 

1. Simultaneously stream and save a video?    stackoverflow.com

I'm writing an app, part of which allows the user stream/play videos. I want to restrict the functionality so that they can only stream videos if they have a WiFi connection. ...

2. Is there an online sample movie to test MPMoviePlayerController?    stackoverflow.com

I have the iPhone successfully trying to open a movie online. (It fails because I don't have a real URL.) Does anyone know of a working URL I could use as a ...

3. MPMoviePlayerController on iPhone 3.0 SDK    stackoverflow.com

Did Apple change anything about the MPMoviePlayerController class on the iPhone 3.0 SDK? My app no longer pops up a video when I tap the correct button, no error popup or ...

4. Is there alternatives (free or paid) for MPMoviePlayerController on the iphone?    stackoverflow.com

Is there alternatives (free or paid) for MPMoviePlayerController on the iphone?

5. Open video in iPhone without controls    stackoverflow.com

I am trying to play video without showing controls (volume and other buttons) but it also should be possible to make them visible by taping on the video. The code is: ...

6. iphone sdk: playing video from localhost?    stackoverflow.com

I have a server socket (on port 3490) in my app which has a video data - It runs on a different thread. Now I have a mpmovieplayercontroller and would like ...

7. iPhone - Play a video on both 3.0 and 4.0 OS / SDK?    stackoverflow.com

Since 3.2 iPhone OS SDK, playing a video is really different. So I was wondering if there is a way to make video play in full screen with a compatible code (both ...

8. Snapshot from a MPMoviePlayerController video    stackoverflow.com

Is there a way by which i can take a snapshot of a movie or clip being played in iPhones MPMoviePlayerController PROGRAMMATICALLY? Thx in advance

9. "The Server is not configured correctly" message while playing movie in iphone    stackoverflow.com

I am trying to play video files from iPhone media player in my iphone application.I am reading the stream from one Media server. but i am getting error message as "The server ...

10. Play two videos with MPMoviePlayerView Controller    stackoverflow.com

I am developing an application for IPAD and I need to play two videos one after another but can not find how. I'm using MPMoviePlayerViewController to do it and do not ...

11. How to play video in the iPhone without using MPMoviePlayerController?    stackoverflow.com

Is this possible to play any video file without using of MPMoviePlayerController in iPhone?

12. Video not playing in ios4?    stackoverflow.com

I am playing an video from url using MPMoviePlayerViewController class and it is working fine in all version of 3.(3.0,3.1,3.1.2,3.1.3)but in iOS4 video is not playing ? Have any one track ...

13. Video with iPhone 3.0 OS application getting crash while running in iphone 4.0 OS    stackoverflow.com

I am having a crash issue while playing video in iphone 4.0 OS. Actually, I have created application with base SDK 3.0 and now i am just installing application to 4.0 ...

14. How to track network usage of my app on iPhone?    stackoverflow.com

My application play video from internet using MPMoviePlayer. I should display: transferred data size and average data transfer speed (for current playing video). I cant get this information from MPMoviePlayer. So I ...

15. How to do: use MPMoviePlayerController to play a remote video that must request from proxy server    stackoverflow.com

Hi everyone
I'm debugging an iphone app in iphone simulator and need to do a job described as title
there is a socks proxy in mac's system network setting
the proxy works fine ...

16. iphone - MPMoviePlayerController - How can I decrease volume of the video programatically    stackoverflow.com

I'm using MPMoviePlayerController to play a video which has audio as well. Its working fine. I'm hiding the default controls. So no controls are showing on the video. I want to place a ...

17. How to play video using MPMoviePlayerController in iphone?    stackoverflow.com

This is my code for load the video using MPMoviePlayerController my issue is i can hear the voice of the video but can't see the video. can any one give me ...

18. iPhone 4.0:MPMoviePlayerController doesn't play the video properly    stackoverflow.com

I am using MPMoviePlayerController class for playing the video in built-in media player on iPhone. The project works fine on iPhone 3.0 simulator or device, but it doesn't show the video ...

19. MPMoviePlayerController questions, best practices    stackoverflow.com

I have any number of thumbnail images that, when tapped, will play a different video (fullscreen). I have never been clear on whether I should keep one MPMoviePlayerController object in my ...

20. Firing events at specific times into a video played by MPMoviePlayerController (for Custom Captions on Movie)    stackoverflow.com

I'm considering implementing an SRT File parser for overlaying videos over an MPMoviePlayerController class. Can anyone think of a reliable way to fire off events at very specific times while a ...

21. Playing a stream of bytes on the iPhone MPMoviePlayerController    stackoverflow.com

I have a stream of bytes that represent a movie with H264 video and AAC audio. I got it using an RTMP library (rtmp-dump) and the data is comming through the ...

22. how we can play backword and forword video through MPMovieplayercontroller in iphone    stackoverflow.com

how we can play backword and forword video through MPMovieplayercontroller in iphone

23. How do I play simultaneous videos on iPhone    stackoverflow.com

Is it possible to play 2 different videos on the same time on the I phone? using MPMoviePlayerViewController, for example? I didn't find any solutions.

24. How to Stream video to iPad from a server?    stackoverflow.com

I am streaming a video into my iPad app from a server. I am using the following code:

    NSURL *videoURL = [NSURL URLWithString:@"http://10.1.0.251/blah/videos/test.mp4"]; 
MPMoviePlayerViewController* playerController = [[MPMoviePlayerViewController alloc] ...

25. How can i set title for MPMoviePlayerController    stackoverflow.com

In my application i want to set the title for the video (At the time of video playing). How do I do this?

26. iPhone - Is it possible to have two videos to be played simulataniously    stackoverflow.com

I've having video being played and on the top of it, i'm having a button. The video player view size is 480 pixels width and 320 pixels height. On click of it ...

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

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 ...

28. How to reset MPMoviePlayerController timeline to zero at movie end    stackoverflow.com

Streaming 10 seconds movie from server, but timeline stops at 8 seconds. There are no errors, so I would like to reset MPMoviePlayerController timeline left side as 00:10 and right side as ...

29. iPhone MPMoviePlayerController : download files while streaming en play them localy    stackoverflow.com

I've m3u8 file with all the TS files. MPMoviePlayerController play them fine via http request on the streaming server. But I'd like to get the files localy in order to play ...

30. MPMoviePlayerController failing to stream .3gp video since iOS 4.3    stackoverflow.com

I have an existing iPhone/iPad universal app that streamed video with the MPMoviePlayerController over wi-fi (mp4) and 3G Network (3gp). When iOS 4.3 was released our 4.3 devices can no longer ...

31. odd delay when displaying a new movie    stackoverflow.com

I am using a movieplaycontroller to loop some animations. Based on the user selection, the animation change. Each time, the user changes anything, there is a pause up to one second ...

32. MPMoviePlayerController stopped working in 3.1.2    stackoverflow.com

I am using MPMoviePlayerController to play a live streaming m3u8 video for older devices (3.1.2). This worked fine until this morning. I tried changing the scalingMode to resolve another ...

33. video don't play with MPMoviePlayerController    stackoverflow.com

I want to get total duration of the video in iPhone. I am using the following code tho get the duration

videoPath = [videoPath stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
NSURL *url = [NSURL URLWithString:videoPath];
MPMoviePlayerController *mpPlayer = ...

34. How to play video in black/white    stackoverflow.com

Possible Duplicate:
How to apply black and white effect to a color video in iOS
Hi, Can anyone help me how we play video in black/white mode. Thanks. ...

35. MPMoviePlayerController preload progress    stackoverflow.com

Is there a way of getting the preload progress of a MPMoviePlayerController? At the moment I'm listening to for MPMoviePlayerLoadStateDidChangeNotification and showing a UIActivityView until the loadState is MPMovieLoadStatePlayable || MPMovieLoadStatePlaythroughOK. However ...

36. How to add subtitles to video    stackoverflow.com

I want to add subtitles inside a video programmatically. Can we dynamically add subtitles to video. Any help will be appreciated.

37. iPhone - MPMoviePlayerController stop scaling the video    stackoverflow.com

I'm using MPMoviePlayerController to play a video. The video view is of size 320 pixels and 200 pixels in width. I'm successfully playing the video. I'm showing controls like play, pause, etc. ...

38. Play video in windowed mode    stackoverflow.com

I need to develop an app that can play video in windowed mode, not in full screen mode. How can this be done?

39. change background color of video iPad/iPhone    stackoverflow.com

with the following method I play a video: (using the #import framework) MPMoviePlayerController *player;

-(IBAction) playMovie: (NSString*) videoName ViedeoType:(NSString*) videoType{

  ViewVideoSubview.alpha = 0;

  NSString *url = [[NSBundle mainBundle] 
 ...

40. Couldn't play 3gp after upgraded to 4.3    stackoverflow.com

I was able to play .3gp videos in iPhone 4.2. After I updated it to 4.3, the video file is not playing. After calling

[mp prepareToPlay];
mp.shouldAutoplay = YES;
The controller immediately invokes ...

41. 360 degree video in MPMoviePlayerController    stackoverflow.com

I am trying to develop an iphone application which needs to show a 360 degree video like the one in the following link http://theawesomer.com/360-degree-video-flight/83004/ and rotate the video ...

42. How to play video using MPMoviePlayerController on iPhone 3g    stackoverflow.com

I'm following the tutorial here: http://iphonedevelopertips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html I'm trying to play video on all iOS devices. I have modified the code to read from a url instead of a local ...

43. Disabling Video Out of App Videos on iOS devices    stackoverflow.com

I have an iOS app which I am developing, this app has videos which are copyright material. I am allowed to use them to be seen within the app but not ...

44. video takes long time in loading in iphone    stackoverflow.com

I am trying to play a video from a server using MPMoviePlayerController and NSURL. The video plays perfectly but it takes lot of time in loading. Following is my code:

- ...

45. Getting the video resolution through code - iPhone    stackoverflow.com

Is it possible to get the video resolution through code in iPhone's MPMovieMediaPlayerController? Thanks in Advance

46. playing video iphone - mpmovieviewcontroller    stackoverflow.com

I'm playing video with MPMoviePlayerViewController. I get video url from web service. But first i select video quality with AlertView. For example 240p 360p 480p...All video plays except 240p. MPMoviePlayerView appears ...

47. MPMoviePlayerController prevents iPhone from fall asleep    stackoverflow.com

I have background video playing in my app, and while it's playing, iPhone doesn't fall asleep after idle time (but it falls successfully when video is not playing). So is there ...

48. integrate video in iphone app    stackoverflow.com

I have to integrate a video into my iphone app.The difference from all the code that there is on the net is that I have to show the video and give ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.