Amit
Amit

Reputation: 34735

Best way to implement two-way web video conferencing feature?

I want to develop a website that provides two-way web video conferencing feature? The video delay should not be more than 1 second on a 56-kbps internet connection.

I just know the name of JMF (Java Media Framework).

Q1. What are the other APIs that I can use for this?

Q2. Out of those APIs, Which APIs you think will not add a delay of more than 1 second on a 56-kbps internet connection?

As all the APIs would be new to me and this is very urgent project, I cannot go and try every API so if anyone has practical experience in this area then his/her help would be highly appreciated.

Upvotes: 0

Views: 1754

Answers (1)

Robel Sharma
Robel Sharma

Reputation: 972

There are lots of open source project for video conferencing in java with jmf.

I am providing you the link of one Video Conferencing Project in Java

Look into these 2 files

AVReceive2.java
AVTransmit2.java

You will have a good idea of jmf api.

Upvotes: 1

Related Questions