Point To Point Video Conferencing Using Java's Jmf Api

P2P Video Conference

When a face-to-face meeting with man far away becomes a necessity or a compelling presentation must be given to a remote person, video conferencing is all the time your best choice. This means that you will get the exact explication you need for a sufficient and successful.

Conferencing

Here we are going to originate peer to peer conferencing package designed to be a faultless explication for all Lan conferencing. Important Video conferencing Products are very costly and some products are not a suitable based, they are following their own Standards. So the ability and compatibility of the discrete products may differ.

To originate a suitable based video conference, we are going to use Java Technology. For the transportation related Programming, the Jmf 2.11e Api is very helpful. The Java Media Framework Api (Jmf) enables audio, video and other time-based media to be added to applications and applets built on Java technology. This optional package, which can capture, playback, stream, and Trans code multiple media formats, for multimedia developers by providing a qualified toolkit to originate scalable, cross-platform technology.

In the architecture, the Jmf Server applet captures the audio/video and stored in buffer then transmits into the Jmf client applet as a Rtp stream.To implementing the project we use G.711, G.722 audio codec, H.263, H.264 video codec and Rtp Protocol.

Real-time streaming of media allows users to play media as they receive it. Users don't have to wait for the whole media file to be downloaded before watching. To enable real-time streaming, dedicated streaming media servers and streaming protocols, such as real time Protocol (Rtp), are required. Rtp is an Internet suitable for transporting real-time data.

Ref:

http://java.sun.com/products/java-media/jmf

http://www.javaworld.com/javaworld/jw-04-2001/jw-0406-jmf1.html

Point To Point Video Conferencing Using Java's Jmf Api

No comments: