Dealing with video (DVDs, .avi .mkv) in Java
Posted
by
berry120
on Stack Overflow
See other posts from Stack Overflow
or by berry120
Published on 2011-01-12T13:38:23Z
Indexed on
2011/01/12
17:53 UTC
Read the original article
Hit count: 138
After looking around for a decent library for playing videos in Java, I've come unstuck. Everyone around is screaming not to use JMF because it's outdated, old and requires the user to install it, other alternatives such as VLCJ seem good if they work but are still relatively unstable and rely on hefty amounts of native code, and as for dealing with DVDs, I haven't found a single option available!
Weighing up my options at the moment, it seems like realistically it's either JMF (despite its disadvantages) or waiting until JavaFX 2.0 comes out and then using that. VLCJ just seems too unstable which isn't really something I can live with.
Are there any sensible options other than the ones I've listed above, and what would you go for? I'm not against native code per-se, but it has to be reliable and work on Windows, Mac and Linux.
© Stack Overflow or respective owner