evan
evan

Reputation: 1118

Applet without JMF installation at client side

I am trying developing an applet which transmits audio and video. But I found a big problem that I have to make every client install the JMF, however the clients hope there is no software to be installed locally.

Is there any possibility to run the applet without JMF installation on the client side ?

Anyone can help on this matter

Upvotes: 1

Views: 701

Answers (1)

James Andino
James Andino

Reputation: 25789

http://en.wikipedia.org/wiki/QuickTime_for_Java

With this users would not have to download anything. There is still an underlying dependency as the user will have to have Quicktime locally installed but thats a much more reasonable sell.

Upvotes: 1

Related Questions