JMF setup

I'm running WinXP and downloaded the crossplaform JMF 2.1.1e and installed it in a directory C:\JMF-2.1.1e

Here is some info:

C:\windows\system32>java -version

java version "1.5.0_07"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)

Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing)

C:\windows\system32>set JMFHOME

JMFHOME=C:\JMF-2.1.1e

C:\windows\system32>set CLASSPATH

CLASSPATH=C:\JMF-2.1.1e\lib\jmf.jar;C:\JMF-2.1.1e\lib\customizer.jar;.;C:\ant-1.

5.1\lib\ant.jar;C:\ant-1.5.1\lib\optional.jar;C:\ant-1.5.1\lib\xercesImp.jar;C:\

ant-1.5.1\lib\xml-apis.jar;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\src.jar;%JAVA_H

OME%\jre\lib\rt.jar;c:\bea\weblogic700\server\lib\weblogic.jar;C:\projects\J2EEC

MS\Development\redist\jakarta-log4j-1.2.8\dist\lib\log4j.jar;C:\Program Files\Java\j2re1.4.2_11\lib\ext\QTJava.zip

When I run the JMF Disanostics, I get:

JMF Diagnostics:

Java 1.1 compliant browser.....Maybe

JMF classes.....Not Found

I'm using the latest Firefox browser. any suggestions?

Thanks!

Brenda

[1177 byte] By [bhamiltona] at [2007-9-25]
# 1

...

> When I run the JMF Disanostics, I get:

> JMF Diagnostics:

>

> Java 1.1 compliant browser.....Maybe

> JMF classes.....Not Found

>

> I'm using the latest Firefox browser. any

> suggestions?

Are you especially interested in running JMF

based applets in that browser?

The reason I ask is that I have WinXP, installed

the JMF Performance Pack, used JMStudio

to do some data conversions (stripping audio

tracks out of MOV's) used the JMF to stitch

together JPEG's into MOV's, developed a few

toy JMF apps., deployed them using web start..

yet my IE still reports the exact same message

as above. It cannot run JMF applets, and I

completely don't care.

Does JMStudio work for you?

AndrewThompson64a at 2007-7-15 > top of java,Security,Cryptography...
# 2

JMStudio runs in so far as *trying* to run an MPEG, AVI and MOV but it errors on all 3.

I'm using the all Java version because I would like any application to work on more than the Windows environment. I'm trying to first develop an application as a Java Swing/AWT then hopefully make it into an applet.

bhamiltona at 2007-7-15 > top of java,Security,Cryptography...
# 3

When I attempt to run the MOV file, which runs fine in Quicktime, I get the follwoing error in the jmf.log file.

## Building Track: 0

## Input: QDM2, 44100.0 Hz, 16-bit, Stereo, BigEndian, Signed, FrameSize=32 bits

!! Failed to handle track 0

XXUnable to handle format: QDM2, 44100.0 Hz, 16-bit, Stereo, BigEndian, Signed, FrameSize=32 bits

## Building Track: 1

## Input: SVQ1, 352x240, FrameRate=25.0, Length=23728

!! Failed to handle track 1

XXUnable to handle format: SVQ1, 352x240, FrameRate=25.0, Length=23728

XX Failed to realize: com.sun.media.PlaybackEngine@119298d

XX Error: Unable to realize com.sun.media.PlaybackEngine@119298d

Any comments, questions or suggestions would be appreciated!

Brenda

bhamiltona at 2007-7-15 > top of java,Security,Cryptography...
# 4

> When I attempt to run the MOV file, which runs fine

> in Quicktime,

JMF (especially the x-plat JMF) might not understand

every format understood by the 'native' player such

as MOV & Quicktime, or Media Player & AVI..

>...I get the follwoing error in the

> jmf.log file.

> ## Building Track: 0

> ## Input: QDM2,

....

> ## Input: SVQ1, ....

I do not see them amongst the supported

MOV types listed even for the performance pack, here..

http://java.sun.com/products/java-media/jmf/2.1.1/formats.html

(assuming I am reading the 'SVQ1' & 'QDM2'

strings right as formats..)

> Any comments, questions or suggestions would be

> appreciated!

Try it using some media that others* have

successfully loaded in the JMF, I have a

small collection here that has loaded and

played OK in the performance pack JMF,

though some of it (notably MPEG's) will

not work in the x-plat version.

http://www.javasaver.com/testjs/jmf/#media

If you'd like to try any of the web start launch

tests on the page (they were all prepared by me)

I'd appreciate any results, feedback you can give.

Here is the best Win deployment one so for..

http://www.javasaver.com/testjs/jmf/#test5

* Well, by me on Win XP, anyway.

AndrewThompson64a at 2007-7-15 > top of java,Security,Cryptography...
# 5
You're right. I could play most of your videos with my code.I wonder how more media types can be supported..Thanks Andrew!Brenda
bhamiltona at 2007-7-15 > top of java,Security,Cryptography...
# 6
I'm working on a project to develop a movie file from a Java 3D animation. I need some source code example to start off. Could you give me some advice? Thanks a million.
joyce1710a at 2007-7-15 > top of java,Security,Cryptography...