The Artima Developer Community
Sponsored Link

Java Answers Forum
your advices

2 replies on 1 page. Most recent reply: Feb 13, 2006 12:25 AM by Matthias Neumair

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
kamel .

Posts: 5
Nickname: kamel88
Registered: Jan, 2006

your advices Posted: Jan 28, 2006 2:34 PM
Reply to this message Reply
Advertisement
Hi,
now I am developing a project that transfers voice , video and also shares desktop over network or Internet.
I use JAVA.
plz,I want your advices about the best techniques to transfer voice ,video in JAVA.
And I want a method to share desktop .
thanks


Vijay Nathani

Posts: 29
Nickname: vijaynath
Registered: Jan, 2006

Re: your advices Posted: Feb 12, 2006 2:18 AM
Reply to this message Reply
There are two basically two modes of transferring information.

TCP: Reliable, connection-oriented.
UDP: Unreliable, packet-oriented, very fast.

Either of the above two methods can be used.

I am not sure, what you mean by sharing Desktop?

Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: your advices Posted: Feb 13, 2006 12:25 AM
Reply to this message Reply
If you want to share your desktop, use Ultra VNC, it's free and it also offers a Java client.
The server however is native.

Flat View: This topic has 2 replies on 1 page
Topic: i need JExePack v3.4c. Where can i find it? Previous Topic   Next Topic Topic: API

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use