CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2014
    Posts
    35

    please i want help in streaming audio via UDP winsock

    i read this post but i have question if any one can help me to make it by UDP ,...

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: please i want help in streaming audio via UDP winsock

    UDP doesn't work. TCP counts what comes in, and puts it in order. UDP comes in when it wants. It just eventually will get there.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jun 2014
    Posts
    35

    Re: please i want help in streaming audio via UDP winsock

    oh,.. you are right.... thats seem to be logic because i know that UDP has no Winsock_SendComplete()

    OK Thnx alot

    But now just want to make it (Auto Reconnect) can you help me

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: please i want help in streaming audio via UDP winsock

    You detect it on each end. The server never re-connects. The client does, but both monitor it
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Jun 2014
    Posts
    35

    Re: please i want help in streaming audio via UDP winsock

    thnx fo reply

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured