RTP USAGE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Savas Ates

    #1

    RTP USAGE

    I want to send and receive audio file using RTP ? Is there any source code
    or url to have info about it ?


  • Mehdi

    #2
    Re: RTP USAGE

    On Mon, 3 Jul 2006 17:17:20 +0300, Savas Ates wrote:
    I want to send and receive audio file using RTP ? Is there any source code
    or url to have info about it ?
    Conference XP is a project by microsoft Research that does just that
    <http://www.conferencex p.net(RTP over UDP). Their source code is under
    the Shared Source license. Note that their implementation of the RTP stack
    is not 100% compliant with the RTP standard and probably won't work with
    other RTP implementations without some modifications.

    I'm not aware of any other open-source C# implementation of RTP.

    If you're looking for more general info about RTP, i'd recommend the
    excellent book "RTP, audio and video for the Internet" by Colin Perkins.

    Comment

    Working...