views:

48

answers:

1

Hello,

I'm looking for a product that can: 1) allows users to have a video conference (picture + sound) 2) can be embedded in a jsp web page 3) supports video recording which can also be operated from the browser

The product may be commercial (or open source).

Thanks, Yael

+1  A: 

This may not be the direction that you want to take but I know that flash has Great libraries to do this. It is even easy to do with very minimal programming. It is also very easy to do streaming, live streaming, recording etc. Look into the "app-server". Works pretty well. The tutorials that come with flash are also great they will walk you right through setting something like that up.

Flash is built on actionscript which bears a very close resemblance to java. Should be pretty easy to pick up.

sixtyfootersdude
The problem is that I already have a java-jsp client-server application and I want to add video conference abilities between users.
Yael
Flash is just something you *embed* in a page. Like Javascript or Java applet. That's exactly what you're looking for. On the server side just have a servlet which processes the streams.
BalusC