jmf

How to capture video using JMF, but without installing JMF

A videoconferencing project I was working on used JMF to capture video and audio, and transmit it to another endpoint. An issue was that my team didn't want the user of the product to have to install JMF. I thought it might be worthwhile to share our solution to this problem. It works. It works well. My question to you is: does anyone h...

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 ...