Has anyone implemented a MP4 player in Java? Does a video player written purely in Java exist?
I have been searching around but all the products/frameworks need native libraries of some kind.
Thank you and have a good day!
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
JMP supports a lot of file formats in pure Java code, including MPEG-1 and MPEG-2, so it can be done. The only MPEG-4 implementations for Java I'm aware of all use native libraries, though. The http://www.coderanch.com/how-to/java/OtherOpenSourceProjectsFaq page links to a lot of media libraries in/for Java.