简体   繁体   中英

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.

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.

Check this post out for using JMF without requiring the end user to explicitly install it Link .

Also check out VLCJ Link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM