IOException Creating Processor by Applet

noam@nettalk.co.il
Thu, 12 Aug 1999 20:55:27 +0200

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

------=_NextPart_000_0075_01BEE505.013377E0
Content-Type: text/plain; charset="iso-8859-8"
Content-Transfer-Encoding: quoted-printable
X-Sun-Content-Length: 381

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 :=20
MediaLocator ml =3D new MediaLocator(url);
try{
Processor proc =3D Manager.createProcessor(ml);
}catch (IOException ioe) {
...

I'm lost please help me get this right .

thank you all=20

and have a nice day .

------=_NextPart_000_0075_01BEE505.013377E0
Content-Type: text/html; charset="iso-8859-8"
Content-Transfer-Encoding: quoted-printable
X-Sun-Content-Length: 2010

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">

I try to write an = Applet that's=20 using jmf to capture sound and send it to an ip address . for now i'm = stuck on=20 this IOException Creating Processor=20 .
code :
  MediaLocator ml =3D = new=20 MediaLocator(url);
try{
   Processor proc =3D=20 Manager.createProcessor(ml);
}catch (IOException ioe) {
  ...
 
I'm=20 lost please help me get this right .
 
thank you all
 
 and have a nice day = .
------=_NextPart_000_0075_01BEE505.013377E0--