Re: IOException Creating Processor by Applet

Jeff Nisewanger (Jeff.Nisewanger@eng.sun.com)
Thu, 12 Aug 1999 13:58:51 -0700 (PDT)

Message-Id: <199908122100.OAA19491@shorter.eng.sun.com>
Date: Thu, 12 Aug 1999 13:58:51 -0700 (PDT)
From: Jeff Nisewanger <Jeff.Nisewanger@eng.sun.com>
Subject: Re: IOException Creating Processor by Applet
To: java-security@java.sun.com, noam@nettalk.co.il

This question should probably be directed to jmf-interest@sun.com.
See http://java.sun.com/products/java-media/ for details about JMF.

Jeff

> From: noam@nettalk.co.il
> To: <java-security@java.sun.com>
> Subject: IOException Creating Processor by Applet
> Date: Thu, 12 Aug 1999 20:55:27 +0200
> MIME-Version: 1.0
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.37
>
> I try to write an Applet that's using jmf to capture sound and send it to an
ip address . for now i'm stuck on this IOException Creating Processor .
> code :
> MediaLocator ml = new MediaLocator(url);
> try{
> Processor proc = Manager.createProcessor(ml);
> }catch (IOException ioe) {
> ...
>
> I'm lost please help me get this right .
>
> thank you all
>
> and have a nice day .