8

does anyone know of a java library that plays vp8 or webm videos?

thanks!

clamp
  • 33,000
  • 75
  • 203
  • 299

3 Answers3

5

VLC can play webm and vp8 videos since version 1.1.0, and there are Java bindings available for it. Have a look at:

I've used jVLC and it works, but it is not actively maintained anymore. VLCJ looks very good.

Grodriguez
  • 21,501
  • 10
  • 63
  • 107
5

http://sourceforge.net/projects/javavp8decoder/

it's beta but maybe it's a start.

P.Melch
  • 8,066
  • 43
  • 40
1

I don't know of any native implementations (yet) but there are plugins for gstreamer and ffmpg , both have very good java-wrappers

Nikolaus Gradwohl
  • 19,708
  • 3
  • 45
  • 61