viVek
viVek

Reputation: 21

Java video chat in client/server

I need to know that how to implement a video chat program in my java project. i am hear about jmf but am not so happy with that library, any library is there to work with this (eg: skype api).

Upvotes: 1

Views: 5618

Answers (1)

lakshman
lakshman

Reputation: 2741

Use GStreamer with java interface. refer these tutorials to find how to use GStreamer

Upvotes: 1

Related Questions