RTP implementation for .NETRTP implementation for .NET
In <a href="http://www.xsights.com/">xsights </a>we are doing a lot of work with mobile video, streaming and the like. We are also doing most of our development in C#. Up until recently we've had to resort to C++ (e.g. <a href="http://www.gstreamer.net/">GStreamer</a>) and sometimes Java (<a href="http://java.sun.com/javase/technologies/desktop/media/jmf/">JMF</a>) to handle RTP related tasks.<br />
October 11, 2008

In xsights we are doing a lot of work with mobile video, streaming and the like. We are also doing most of our development in C#. Up until recently we've had to resort to C++ (e.g. GStreamer) and sometimes Java (JMF) to handle RTP related tasks.
I've been searching for RTP stack on .NET for a long while and never found anything worthwhile. There's one implementation from Microsoft Reaseach (as part of ConferenceXP ) however the licensing for this is problematic for commercial applications.
Well, a few days ago I finally managed to locate a solution from a small company that goes by the name streamcoders. Not only do those guys offer an RTP.NET implementation it is even free to use and distribute (you can get the source code for a fee). They also have a few other components dealing with related technologies (streaming,coding, encoding).
Sure saved us a lot of trouble :)
About the Author(s)
You May Also Like
IT Service Management in 2024 and Beyond
Oct 19, 2023Addressing Cybersecurity Challenges In AI
Oct 25, 2023Intelligent Observability in the Age of Cloud
Nov 14, 2023