I have added subview to AVPlayer successfully. But, when I am playing it in the airplay mode, its not appearing in the Apple TV. Can anyone help me on this?
How to add subview to AVPlayer in Airplay Mode?
Related
Is there any way to Hide or Update the AVPlayer controls panel when AirPlay is turned on on the TV device?
I want to force the WKWebview playing video in landscape mode and full screen, even the device is locked rotation. It is similar to the full screen mode of youtube app.
How can I archieve that ?
Thanks.
I'm developing an App that uses AVFoundation for recording video.
Currently I've my video orientation set, when the Device Rotate it changes de video rotation
[videoLayer.connection setVideoOrientation:currentOrientation];
But, when I play the video on Native Video Player it's shown on portrait, despite of being recorded on a landscape orientation.
Why this happens?
How I can fix this?
Thank you!
In my iOS app, I use MPMoviePlayerController for video playback. When I enable AirPlay, there is a QuickTime logo, which I would like to remove, superimposes on the AirPlay background.
It only happens with my app on iOS 7.0.4. On iOS versions prior to 7.0.4 such as 7.0.0 or 6.1, there is no QuickTime logo shown, the AirPlay background is displayed as usual.
Anyone has any ideas why the QuickTime logo is there and how we could remove it?
To be clear, I used video content for playback, not audio-only content; and I'm talking about the background view when using AirPlay only.
Thanks!
I'm using an MPMoviePlayerViewController to play a video. I set the instance's moviePlayer.allowsAirPlay to true as it is false by default. However, the Air Play button never shows up in the player controls. Could I have done something wrong, or are there specific guidelines for Air Play? The videos are 640x480, file types AVFileTypeQuickTimeMovie, .mov extension, H264, and PCM audio.
Does an AirPlay device need to be in the vicinity before the button even shows up? I don't have an airplay device, but am an app developer and want to make sure my users can do so if they have such a device.
OK, apparently the way it works is it checks for AirPlay compatible devices when loading, so the button does not appear unless some are available.