Search code examples
javavideojmf

Play video in a Java Desktop Application


I'm trying Java Media Framework and I'm noticing that it doesn't support many video formats and it seems not to be updated enough. Is there an alternative for JMF for Windows Java Desktop Applications?


Solution

  • Yes, I'd definitely recommend staying away from JMF. I've felt your frustrations! Personally I recommend VLCJ, especially if you need support for a wide range of formats - I'm using it in my application and it works very well.

    The following questions may also be relevant:

    Dealing with video (DVDs, .avi .mkv) in Java

    Adding other video codecs / DVD support to JavaFX 2.2