Real Media files in Java

B

Bruce Lee

Is there anyway to play Real Media files in Java? I've looked at Helix but
it's in C I think and I'm not keen on doing the JNI thing.
 
A

Andrew Thompson

Bruce said:
Is there anyway to play Real Media files in Java?

Sure
- write a Real Media format parser / renderer.
- (possibly) get an external library (Google)

...but apparently not in anything Sun itself provides.

JMF is about as specialist as Sun gets with media formats,
and the 'supported media types' does not mention Real Media
<http://java.sun.com/products/java-media/jmf/2.1.1/formats.html>

Have you considered converting the RM file to a format
that Java can understand (using the JMF)?
 
B

Bruce Lee

Andrew Thompson said:
(using some tool external to Java)

I'm looking at all available options but there really isn't anything that
you could literally plug into a Java program.
 
B

Bruce Lee

I want something that will pick out a frame in a Real video file and save it
as a jpg. I guess it's not possible using Java.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top