Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JMFSecurityManager -UnsatisfiedLinkError

Status
Not open for further replies.

apur

Programmer
Mar 18, 2004
1
IN
HI,
I am working on a program to transcode from one format to another, in which the files have to be encoded or decoded.
I am using Codecs to this.

While decoding:
the encoding string is "dvsd" , I want to change to uncompreed file.

If I use codec
com.sun.media.video.vcm.NativeDecoder();
The error I am getting is com.sun.JMFSecurityManager shows
UnSatisfiedLinkError and no jmvcm in java.library.path


While encoding
the encoding string is "RGB", & file has to be changed to
compressed one.
If I use com.sun.media.jpeg.NativeEncoder();
the error is Unable to realize the processor
cannot build a graph for the format
Unable to add customed codecs
Realization failed

//
Codec videoCodec[]=new com.sun.media.video.vcm.NativeDecoder();
trackControl.setCodecChain(videoCodec);
//


Can anyone help me in this regard.
Is there any method for calling native methods.
How to realize the processor.

Or is there any other way to Compress, & uncompress.

Can anyone please Help,

It is very urgent.

Please...

Thanks in advance

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top