I've set myself the task of creating a media player in Java. I've seen that the JMF and Xuggler are both quite good ways to implement the actual audio/video playing, among others. My question is that if you have any experience in this could you point me to which would be the best way to go about this? Also if I did opt for either JMF or Xuggler or another Framework/Library to implement this, if I were to build this and give someone the executable, would they also have to install the extra libraries themselves? Or would that not be necessary since it would assembled already?
feedback
|