Re: JMF Applet without client side installation
- From: amitatgroups@xxxxxxxxx
- Date: Fri, 27 Jul 2007 00:39:47 -0700
On Jul 26, 11:33 pm, amitatgro...@xxxxxxxxx wrote:
HI,
I need to create an Applets and applications that will transmitt and
recieve media using RTP
in [JMF]Java Compatible environment--including Web browsers--without
having to worry about client side JMF installation.Will it be possible
to deploy a java applet on a client browser without having the client
to install stuff?
Thanks...
My Applet will run on client machine and need to capture and play
audio and video using JMF.
My Applet also needs JMF classes so, i send jmf.jar file with my
applet.
My Applet is also signed.
I also try with some alternate on client machine where JMF is not
installed.
I keep perform.wav on client machine at location c:\perform.wav and
try to create Processor object using MediaLocator but it is also not
working.
MediaLocator ml = new MediaLocator("file://c:/perform.wav");
above line works but :->
processor = Manager.createProcessor(ml);
is not working.
so can any one clear that, for creating Processor object we also need
JMF installation at client machine even we send jmf.jar file with our
applet.
Note here I am not trying to Capture Client Device
.
- Follow-Ups:
- Re: JMF Applet without client side installation
- From: amitatgroups
- Re: JMF Applet without client side installation
- References:
- JMF Applet without client side installation
- From: amitatgroups
- JMF Applet without client side installation
- Prev by Date: JSP, Servlets & AJAX username validation, Image verification
- Next by Date: Re: JMF Applet without client side installation
- Previous by thread: JMF Applet without client side installation
- Next by thread: Re: JMF Applet without client side installation
- Index(es):
Relevant Pages
|