Home All Groups Group Topic Archive Search About
Author
3 Jul 2006 2:17 PM
Savas Ates
I want to send and  receive audio file using RTP ? Is there any source code
or url to have info about it ?

Author
3 Jul 2006 2:46 PM
Mehdi
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.conferencexp.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.