Re: JMF Applet without client side installation



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

.



Relevant Pages

  • JMF and client side Applet problem
    ... having to worry about client side JMF installation.Will it be possible ... My Applet will run on client machine and need to capture and play ... audio and video using JMF. ...
    (comp.lang.java.help)
  • Re: JMF Applet without client side installation
    ... i need/want to implement an Applet which will run on Client machine ... Applet is used to establish voice ... Applet need to get voice from Microphone and send that voice using RTP ... I already created such applet with JMF support but when i run such ...
    (comp.lang.java.programmer)
  • Re: Advice needed on client side programming.
    ... create something on the order of an Applet that downloads to a user ... > If you just need to make some request trough the local network/internet then ... >> The code must run on the client machine, ... >> from the client machine to other servers (not the server that C# is ...
    (microsoft.public.dotnet.framework)
  • Re: Basic question about nutual authentication invlving applet and server
    ... you say I can hardcode my server's certificate in the applet. ... Is there a way to ensure that the jar file containing the applet is neither cached nor modified on the client machine? ... and then send that digest to the server for comparison with the digest of the jar file as it exists on the server? ...
    (comp.lang.java.security)
  • JAR Signing in JDK 1.1
    ... The Applet is packaged in a digitally ... to verify the digital signatures associated with additional resources ... the client machine over a raw socket, ... Keep in mind that the solution must be compatible with JDK ...
    (comp.lang.java.security)