Well is there any way to change canvas while playing a video file?
i have panel1 with canvas1 and panel 2 with canvas2
When the video starts the videosurface points to canvas1.
Is there any way after a click in a button to point the output of the video in canvas 2?
One solution i found is when i want to change canvas is to take the mediaTime, stop the player , set the videosurface to canvas2, start the player and set the media time to the previous stopping position because when i stop the player and starting it again from the beggining.
Is there any easier solution??