Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mirror mpmovieplayercontroller #2

Open
NSDestroyer opened this issue Oct 14, 2010 · 3 comments
Open

mirror mpmovieplayercontroller #2

NSDestroyer opened this issue Oct 14, 2010 · 3 comments

Comments

@NSDestroyer
Copy link

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?

@robterrell
Copy link
Owner

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.

@MattHall
Copy link

MattHall commented Jan 7, 2011

I've just had this working, using the latest code (as of today).

@objectiveCarlo
Copy link

Hi has anyone solved this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants