Jump to content

Recommended Posts

Posted

hi all

i haven't found any good TUT about UDP why all people use TCP ?

i want to broadcast the screen of PC 1 to pc 2 over UDP

i will use UDP because it is much faster right ?

i had found  a script that streams audio but it is complicated 

what i'm thinking about is that i make autoit take a screenshot every 5 seconds and save it in a temp place in PC 1

then send it to PC 2 , PC 2 will instantly receive it and show it, when a new pic is arrived it will instantly displayed 

so it will be like a video streaming 

much simpler that real streaming right ?

any ideas better than this ?

Posted
  On 10/3/2013 at 7:29 PM, Alexxander said:

i haven't found any good TUT about UDP why all people use TCP ?

 

It is up to the application.
 
To clarify the situation a little bit so I'll give you an illustrative example (without going into details)
 
 
TCP
sends checks that served data to the receiver,
sends checks ....,
sends checks ....,
.......
 
UDP
send, send, send, send, send, send, send, ....
but does not check the data served to the recipient.
 
 
That's more or less work (in a very brief outline), or at least I think so.
;)

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...