Hi Dave, not at all an expert on this but I think if you want “windowed”
playback on iOS you need to abandon AVPlayerViewController and instead use
your “own” AVPlayer instance pointed at an arbitrary AVPlayerLayer (which
some custom view of yours would host).
Never done it myself but searching on
Hi,
The following code plays a movie file in Full Screen, I’d like to be able to
play a Video inside an arbitrary View with the option to go into full screen.
I’ve searched for info on this seemingly simple task but can’t seem to find
anything useful. I’ve tried setting myPlayerViewController.v