Reputation: 53
i m doing a project in java i m using jmf (media package) for the same.it plays mpg mp3 files but it can't play .avi files give me some hint.
Upvotes: 0
Views: 3137
Reputation: 3252
You might be missing the codec the file is encoded with..you can use any open source tools like this, to find out the codec that is missing.
Upvotes: 1