Questions tagged [mpmediaplayercontroller]
92 questions
1
vote
1 answer
AirPlay in MPMoviePlayerController
I can't get the AirPlay option to show up in my MPMoviePlayerController. It shows up in the command center but I can't get it to show up within my app. I do get an "iPhone Speaker" option (why??) and an "iPhone" option instead of the usual "iPhone"…

hanleyhansen
- 6,304
- 8
- 37
- 73
1
vote
0 answers
IOS Native Captured Video is not playing on Android and vice versa
IOS captured video is not playing on Android Application and same as Android captured video is not playing on MPMediaPlayerViewController (IOS device) both have same codecs.
IOS Side Video info:
*Video:*
Dimensions 640x480
Codec H.264 / AVC
24…

rakita
- 39
- 7
1
vote
1 answer
Where to find iOS 7 frameworks Updation compare to iOS 6 frameworks
As Apple New Operating System iOS 7 is now released. So same as all updating my all iOS App for iOS 7 But there is some confusion going on with this like.
Problem
One on my iOS App Used live Streaming through Wowza Streaming Server as on iOS 5 or…

Buntylm
- 7,345
- 1
- 31
- 51
1
vote
1 answer
Play specific song
I am looking at ways to store song information and then play a specific song. I've seen this post:
How do you use MPMediaItemPropertyPersistentID to play music in iPhone Music Player Framework?
If I have a MPMediaItemPropertyPersistentID already,…

john cs
- 2,220
- 5
- 32
- 50
1
vote
0 answers
MPMoviePlayerController streaming incorrect display. display get cuts into half
The code is:
if(![DeviceUtility isIpad])
{
isPlayingVideo = YES;
CGFloat width = [DeviceUtility isIphone5]?568:480;
origBounds = self.view.bounds;
origCenter = self.view.center;
if(videoController == nil)
videoController =…

objectiveCarlo
- 372
- 2
- 16
1
vote
1 answer
MPMoviePlayerController setCurrentPlaybackRate not working under 1.0 value (for slowmotion video)
I wanted to play the video 5 times slower (mp4 video, local file), to get slowmotion effect, but it simply does not work.
For values above 1.0, for example 2.0f, it works correctly, playing the video 2 times faster.
This is the code I used to play…

Hello World
- 115
- 1
- 9
1
vote
0 answers
Keeping app using iPodMusicPlayer running in the background
I have written a music player app, and I am trying to add a feature to save all the information I possibly can about the current playing song when the audio stops or the app is quit (some examples are when library updates occur, or the song changes…

solenoid
- 954
- 1
- 9
- 20
1
vote
1 answer
How to access ios media player instance when youtube video is playing
I used below function for play youtube videos in iPhone using UIWebView
- (void)embedYouTube {
videoHTML = [NSString stringWithFormat:@"\
\
\