High performance VoIP SDK for .Net developers

VoIP SIP SDK

RTCP implementation

This article is a brief introduction about RTCP protocol implementation in relation with Ozeki VoIP SIP SDK. After reading through this page you will be fully familiar with all the essential terms concerning RTCP protocol implementation and what you will need for creating your own solution using Ozeki VoIP SIP SDK.

Introduction

The Real-Time Transport Control Protocol (RTCP) is a companion protocol of the Real-Time Transport Protocol (RTP) – the one used to send and receive most media over IP these days. RTCP (Figure 1) gathers statistics and information for a media connection. It provides feedback to the sender about the quality of the data being sent. RTCP gives information on transmitted octet and packet counts, lost packet counts, jitter, and round-trip delay time. This information can be used to control quality of service parameters, perhaps by limiting flow, or using a different codec. RTCP itself does not provide any flow encryption or authentication methods.

RTCP implementation is inevitable when you would like to develop a VoIP based software product. By using Ozeki VoIP SIP SDK you do not need to think about how to implement the Real-Time Transport Control Protocol to your application, because this SDK already includes it. That is why Ozeki VoIP SIP SDK can be your greatest help in developing any VoIP solutions.

Ozeki VoIP SIP SDK contains RTCP as a background base for the VoIP applications. You can not reach the tools of RTCP implementation from the SDK but all the features you need is implemented is automatically used in the background properly.

This article introduced you the basic knowledge about RTCP implementation and showed how Ozeki VoIP SIP SDK can help you to fulfill your wishes about this topic. If you have read through this page carefully, you already have all the knowledge you need to start on your own solution.

As you are now familiar with all the terms concerning this topic, now it is time to take a step further and explore what other extraordinary solution Ozeki VoIP SIP SDK can provide to you.

If you have any question or need assistance, please contact us at info@voip-sip-sdk.com

You can select a suitable Ozeki VoIP SIP SDK license for your project on Pricing and licensing information page

Related Pages