How to use JMF without download it?

hi all,
I have a Video conferencing using JMF
- transmission : an application (with capturing a webcam source and jmf installed)
- reception : an applet (display the video without jmf)
How could a remote user use the applet without download jmf?
Thanks a lot
Christel

hi,
I have tried this way but it doesn't work.
I have make a jar-file but there is not Manisfest inside.
My process:
1- Type of Archives -> "JAR de l'applet" (Jar of the Applet)
2- Name = JAR de l'applet
File = C:/CAV/RtpApplet/RTPApplet.jar (I don't know what i can put in this area)
I have also checked all CheckBoxes
3- Classes et ressources du projet (Classes and resources of the Project) -> I have check "Toujours inclure les classes et ressources" (always include classes and resources)
Add classes et packages : javax, com, rtpavc (my personal package)
4- Library = "AV" (which is the entire jmf.jar)
select the CheckBox "Inclure classes et toutes ressources requises" ( include classes and resources needed)
5- select the CheckBox "Inclure un Manifest dans l'archive" (include a Manifest in the archive)
Select the RadioButton : "Cr�er un Manifest" (Create a Manifest)
I have a jar-file (the "JAR de l'applet") but when i select it i have nothing inside and no Manifest-file.
I really don't know how it's working.
I really need your help,
Thanks in advance.
Christel

Similar Messages

  • How o use JMF?

    can someone tell me how to use JMF with particular programs?
    Thanx..:)

    i also have similar problem. how i use jmf in develop a program to capture image with webcam and capture it.wat should i do before this stage.thanks.....

  • HT5457 How to use facetime without wifi, I use Iphone 4S

    How to use facetime without wifi, I use Iphone 4S

    Only if your iPhone is 4S and your carrier supports it.
    Read this: http://support.apple.com/kb/TS4400

  • It is possible to use jmf without to install the JMF library?

    Hello it is possible to use jmf without to install the JMF library
    in windows or linux machine
    but inserting these library in a jar for java web start?
    thanks

    I have have inserted the library in the my files jar but i have this error
    java.lang.UnsatisfiedLinkError: JMFSecurityManager: java.lang.UnsatisfiedLinkError: no jmvfw in java.library.path
         at com.sun.media.JMFSecurityManager.loadLibrary(JMFSecurityManager.java:206)
         at com.sun.media.protocol.vfw.VFWCapture.<clinit>(VFWCapture.java:19)

  • How to send video and audio (videoconference) using JMF without using RTP

    Hi everyone,
    I am creating an application using JMF, a videoconference, but I would like to transmit the packets by myself without using RTP. I would have a socket (or virtual Serial Port -- > Bluetooth) and I would send the info that way. Is it possible??
    Thanks in advance!!
    Cheers

    Yeah, you'd need to implement something like this for that.
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/RTPConnector.html]

  • Can I use mail without downloading past mail?

    I have just downloaded Lion, and I would like to use "mail" without past mail being downloaded into it. That is to say I would like to start from today with an empty mail box. Is this possible?

    When you open the mail app, it will check the server and download new.
    This is how it works.
    Sorry.

  • How to use jmf convert the rtp packet (captured by jpcap) in to wav file?

    I use the jpcap capture the rtp packets(payload: ITU-T G.711 PCMU ,from voip)
    and now I want to use JMF read those data and convert in to wav file
    How to do this? please help me

    pedrorp wrote:
    Hi Captfoss!
    I fixed it but now I have another problem. My application send me this message:
    Cannot initialize audio renderer with format: LINEAR, Unknown Sample Rate, 16-bit, Mono, LittleEndian, Signed
    Unable to handle format: ALAW/rtp, Unknown Sample Rate, 8-bit, Mono, FrameSize=8 bits
    Failed to prefetch: com.sun.media.PlaybackEngine@1b45ddc
    Error: Unable to prefetch com.sun.media.PlaybackEngine@1b45ddc
    This time the fail is prefetching. I have no idea why this problem is. Could you help me?The system cant play an audio file / stream if it doesn't know the sample rate...somewhere along the way, in your code, the sample rate got lost. Sample rates are highly important, because they tell the system how fast to play the file.
    You need to go look through your code and find where the sample rate information is getting lost...

  • How to use forfiles= without recreating over and over?

    I’m struggling trying to get some file testing done and can’t figure what the right combination of commands should be. The goal is to have a number of files created (64, for example), then run different tests on those files, varying the number of files tested (from 4 doubled to 64, for example).  Things work fine if I have the rd section of the script set as:
    rd=f4,fwd=fwd4,files=4,format=yes
    rd=f8,fwd=fwd8,files=8,format=yes
    rd=f16,fwd=fwd16,files=16,format=yes
    rd=f32,fwd=fwd32,files=32,format=yes
    rd=f64,fwd=fwd64,files=64,format=yes
    The problem with this is that if I want to repeat the test or run a different test, the files will be recreated, taking much longer than necessary, as well as possibly causing storage specific issues. If I use “format=restart” or “format=no”, I end up with an error message such as:
    old depth=1; new depth=1
    old width=1; new width=1
    old files=64; new files=4
    I’ve tried using”forfiles=(4-64,d)”, but that also gives me errors similar to the above. The overall goal is to have a directory with a specific number of files of the specified length (files=64,format=only on a special rd line?), then run multiple tests, varying the number of files to be tested without having to recreate them every time. I’ve tried all combinations of forfiles, format=, and most other keywords I can think of, but just can’t seem to be able to get things to work without vdbench telling me that I can’t test ’n’ files if the directory contains a number of files other than ’n’. Same file sizes in all cases; just want to test a different number of them.
    The real question is how I can use the forfiles= command in a script that will be run many times without having to create the files each and every time. I’m clearly missing an important concept, but after a week of trying, I can’t figure out what it is.
    Any ideas?

    Correct me if I am wrong: You want to have 64 files created, and then test using, then 8, then 16, etc.
    'forfiles' won't do this; the file count is an integral part of of a file system structure and can not be changed without starting all over with a complete format.
    How about using for 'workingsetsize' parameter? This won't allow you to directly specify the amount of files, but if your file sizes are all the same then you'll just have do do a little math.
    I just ran this:
    fsd=default,depth=1,width=1,files=100,size=10k
    fsd=fsd1,anchor=r:\junk\fsd1
    fwd=fwd1,fsd=fsd1,xfersize=4k,fileio=random,fileselect=random,threads=1
    rd=default,elapsed=3,interval=1
    rd=rd1,fwd=*,operations=(read),fwdrate=100,format=once,forwss=(20k,40k,60k)
    Note the use of 'format=once'.
    This is the result:
    C:\vdbench504\output>grep -i created logfile.html
    10:31:59.151 FILE_CREATES        Files created:                               100     100/sec
    10:31:59.152 DIRECTORY_CREATES   Directories created:                           1       1/sec
    10:31:59.235 localhost-0: Created workingset=20k subset for anchor=r:\junk\fsd1 using 2 of 100 files.
    10:32:03.405 localhost-0: Created workingset=40k subset for anchor=r:\junk\fsd1 using 4 of 100 files.
    10:32:07.297 localhost-0: Created workingset=60k subset for anchor=r:\junk\fsd1 using 6 of 100 files.
    Hope this helps,
    Henk.

  • How to use database without wizard

    Can anyone help me to use recordsets without using the appwizard at the creation of my project?
    the purpose is to input on the database values from a form without using a database project, so in my MFC project I do the following and then I faced problems :
    In the class which I use the database I add the member variable
    CDatabase m-Mydatabase;
    on an "OnButton" function of this class I do :
    m_Mydatabase.Open(NULL,FALSE,FALSE,stringconnect)
    I have many dialog boxes, each dialog has a form from which I get data and put them on the database and vice versa.
    I create fo each dialog box a RecordSet, and I include the .h file of the record set in the dialog class in which I'm going to use it.
    So now how to use this recordset and put the values from controls to database ?
    thank's in advance.

    MFC? CDatabase?
    Hmmmm.....are you aware that this forum is for Java (a programming language) and you are asking a question about MFC (Microsoft C++ windows framework.)
    Perhaps if you could clarify the exact problem that you are having with java, jni or one of the other java libraries?

  • How to use JMF in SWT

    Hi all,
    I want to create an application in SWT, which is able to play all types of music files. By using JMF i am able to do it in Swing, but i want to do it in SWT. (Should not use any AWT components).
    Can any body tell how to do this ?
    Thanks in advance !!

    Hello,
    I posted it in the correct forum itself, once again check your link... it is the same forum to which i posted.

  • How to use SQLExec without the ODBC error

    When I execute the query using SQLExec it gives alarm on Excel ODBC driver.Please provide detailed instructions on how to use this object.

    Mani,
    I have found an example that you can use to help you in your development of your Lookout application. This example will eventually be found in the resource Library of the Developer Zone.
    Attachments:
    sqlexcel.zip ‏132 KB

  • How to Use XMLHttp without using AJAX in JAVA

    Hi...
    Can any one tell me how to use XMLHttp using Java( not with AJAX or JavaScript). I have one requirement to post one Request to another vendor. that vendor is supporting XMLHttpRequest (developed in ASP). when i try to post request using HttpURLConnection connection it is giving wrong response. But when am posting same request by using VB standalone tool which is using XMLHttp which is provided by vendor it giving correct response.
    please any one tell how to use XMLHttp in JAVA

    Your code will respond to changes in selection.
    To do the same for a JButton you can do:
    JButton button = new JButton("hello world");
    button.addActionListener(new ActionListener() {
        public void actionPerformed(ActionEvent e) {
            // say hello
    //or you could do
    button.addActionListener(al);
    ActionListener al = new ActionListener() {
        public void actionPerformed(ActionEvent e) {
            // hi
    // or use an inner, nested class that implements ActionListener
    // or an inner Action class
    button = new JButton(action);
    private Action action = new AbstractAction("mahbuhi") {
        public void actionPerformed(ActionEvent e) {
            // yes
    // or you could use an outer class that implements ActionListener...
    MyListener l = new MyListener();
    button.add(l);

  • How to use JMF in ipv6?

    I wrote a program that can run in ipv4. But when I change the IP address from a IPv4 address to a IPv6 address, it doesn't work any more. Do I miss anything? Is there something else I should do to make it work in IPv6?
    p.s. I can have my program contact server with a IPv6 address using only socket, but I can't do that using JMF. Why?

    Hello,
    I posted it in the correct forum itself, once again check your link... it is the same forum to which i posted.

  • How to use JMF (pull)datasource class to access individual video frames?

    Is there anyway of using JMF datasource or pulldatasource class to access individual video frames?
    Edited by: pakkito on Apr 9, 2008 3:15 AM

    Is there anyway of using JMF datasource or pulldatasource class to access individual video frames?
    Edited by: pakkito on Apr 9, 2008 3:15 AM

  • How to use JMF Package.

    I haven't use JMF so any one can help me out and can guide me and tell me.
    the best tutorial or JMF Package Detailes. ????

    http://www.javaworld.com/javaworld/jw-04-2001/jw-0406-jmf1.html

Maybe you are looking for

  • "MY" PDF files won't open on my website

    I have a website hosted by Ipage.com. I created a PDF from Photoshop and another from Pagemaker 7 (acrobat distiller) both files open fine on my computer and other computers, but when I upload them to my website they won't open in the Internet Explor

  • Resolution of a Macmini with Sony

    After more than 2 years all of a sudden the resolution of my Sony 40' connected to a Macmini was not anymore correct! I have 1080p on both set but anyhow now I have to move up and right the mouse to see a part of the screen and the option Sony tv it'

  • Setting up an EOIO interface

    Hello, I am currently transferring one of our interfaces from EO to EOIO (exactly once in order) queue processing. The sender and the receiver systems are both R/3 systems. The aim is to ensure that the messages are arriving in the receiving system i

  • Graphs not appearing on my quality system

    Hi, On my R3 Quality system, we have developed an application using BSP for our MBO system,  which makes use of the Graphs. In the quality system we are able to see the graphs, in the quality system which in on HPUX 11.23 with Oracle 9i, it gives a m

  • Need help in Disabling Color Management prior to Printing

    I have PSE 10 on my MAC and need to find out how to disable color management in the printer preference catalog. Can't seem to find it.....