The moose likes Other Application Frameworks and the fly likes I am looking for a pure java video player framework Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "I am looking for a pure java video player framework" Watch "I am looking for a pure java video player framework" New topic
Author

I am looking for a pure java video player framework

Haina Minawa
Ranch Hand

Joined: Oct 13, 2011
Posts: 119
Hi there,

I have a need to build a custom video player in Java. I have been looking for JMF, FMJ, Xuggler, ... However they are all have native dependencies.
I would like to ask, is there any framework that is true pure java? or on the field of media, native dependencies is a common nature?

Thanks.
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2329
JMF works just fine without the native libraries. That makes the code faster, but is entirely optional.
Haina Minawa
Ranch Hand

Joined: Oct 13, 2011
Posts: 119
Tim Moores wrote:JMF works just fine without the native libraries. That makes the code faster, but is entirely optional.

Thanks, but JMF does not support MP4 format. Other frameworks like FMJ and Xuggle do support MP4 but they require native libraries. That's the problem for me, as I want to build a pure java video player.
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2329
JMF does not support MP4 format.

That would have been useful necessary information to put in your first post, that you need to handle MP4.
Haina Minawa
Ranch Hand

Joined: Oct 13, 2011
Posts: 119
Tim Moores wrote:
JMF does not support MP4 format.

That would have been useful necessary information to put in your first post, that you need to handle MP4.

How to change the post's title? there seems to be no option.
 
 
subject: I am looking for a pure java video player framework
 
Threads others viewed
Playing Video files on javaFx (embedded on html page, and pop-up version)
Flash in Java SE (Desktop app)
Help me to build a MP4 player using Java
Video solution(framework) in an Applet
Is there a efficient way to take a screenshot in Java?