Hi, I had the idea to start investigating in creating and using media components in Java but I didn't find any convincing framework. The two that I found were
- Java Media Framework (JMF) : it seems so powerful, not so fast but the last update was in 2003.
- Java Media Components (JMC) : from what I found, it's easier to use than JMF but it's more limited too.
So I just wanted to know wich of these frameworks should I choose ? Are there any other options ? And can they be used from a Scala-Swing application ?
Thanks