Login  Register

Re: JOGL video rendering.

Posted by anandcta123 on Sep 14, 2012; 6:51am
URL: https://forum.jogamp.org/JOGL-video-rendering-tp4026062p4026166.html


Dear Sven,

Thanks for your guidelines.

My media player architecture is like this on MAC. I am using JDesktopPane with JInternalFrame (MDI window) and using GLJPanel for each JInternalFrame. So that JInternalFrame having one GLJPanel instance and one FPSAnimator instance. I know only using this much, I don't know how internally it is dealing with OpenGL.

I want to know, whether rendering each video in different window causes this threading issue. Please suggest me how to implement my media player for multiple video display simultaneously with proper frame rate (For me fps is very much important factor).

Also is it possible to implement MDI concept window using NewtCanvasAWT w/ a NEWT GLWindow.  

Anand