You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to figure out a way to also mirror a video and have had no luck yet.
I'm assuming mpmovieplayercontroller uses video overlay which is why that's not being mirrored but I have not confirmed this yet.
I have embedded a custom view in which mpmovieplayercontroller plays a video in a small portion of the window and it is the only thing not being shown on an external screen so I might need to try another method that doesn't use mpmovieplayercontroller.
Anybody had any luck with playing a small video and having it mirrored?
The text was updated successfully, but these errors were encountered:
Hmmm... video is not part of the CALayer that this code copies. It's possible to get an image of the current playing frame and composite it within the movie's view bounds separately.
I've been trying to figure out a way to also mirror a video and have had no luck yet.
I'm assuming mpmovieplayercontroller uses video overlay which is why that's not being mirrored but I have not confirmed this yet.
I have embedded a custom view in which mpmovieplayercontroller plays a video in a small portion of the window and it is the only thing not being shown on an external screen so I might need to try another method that doesn't use mpmovieplayercontroller.
Anybody had any luck with playing a small video and having it mirrored?
The text was updated successfully, but these errors were encountered: