Search code examples
javavideo3djogljmf

Any Video rendering libraries for JOGL that doesn't use JMF?


I've seen MovieGL, but that uses JMF. I would like to avoid JMF because it seems to not work unless a client actually installs it. What are my options?

Edit: this must be cross-platform and must work in win, mac and linux.


Solution

  • packet-multibroadcaster sounds like it would work, though I have not tested it.

    ... a library that was inspired by Java capturing and encoding libraries (such as JOGL, JxCapture, and Xuggler's Xuggler) and the need as a developer to be able to loosely implement any combination of these to create a multi-capture / multi-encode system without the complication of dealing with thread management.

    In layman's terms this means, you can implement any Java capture and/or encoding methodology you want and loosely let them communicate.

    One of the options available within packet-multibroadcaster is xuggler, which I have used and find to be very good.