How would you recommend going about playing a movie (most likely quicktime or mpg format) in Java? In C, I’d consider using OpenML. When can we expect a JOML!?
In the meantime, is there an easy way to do this in JOGL or do I need to resort to JMF? My solution requirements are:
- Crossplatform to anything JOGL supports
- Needs an extremely open license
- Do NOT need to render movie on a texture in arbitrary space - this is for a 2d only project
- Need full-screen capability
- Decent framerate, obviously
- Not utterly obnoxious to learn
Right now I am using JOGL and considering using JOAL as well, depending on how difficult it is to get ogg working (I have jOrbis bookmarked already
Any suggestions from the gallery would be appreciated.