Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1
REV5
REV6
REV3
REV1

Panel

In this section:

Table of Contents
maxLevel4

Available_since
TypeAvailable Since
Release6.2.1


Overview

The SBC supports Telepresence Interoperability Protocol (TIP) to support multi-screen conferences. The TIP protocol is used to multiplex multiple screens, multiple audio streams, and an auxiliary-data screen into respective Real-Time Transport Protocol (RTP) flows using a multiplexing technique both for audio and video data. It enables point to point and multipoint sessions and mix of multi-screen and single-screen endpoints. When a session is established, the TIP protocol specification uses RTP Control Protocol (RTCP) based Application-Defined Packets (APP) extensions to indicate profile capabilities and per media flow options. It also defines how endpoints and other devices can provide feedback or identify adjustments during the life of the streams. The SBC relays the TIP session between two endpoints.

Audio Stream

Currently, the SBC determines audio stream bandwidth using standard codec definitions. The TIP protocol uses the same stream or port to exchange packets for different screens. Thus, the bandwidth used is negotiated in the call depending on the endpoint capabilities. To achieve the higher audio bandwidth requirement, the Audio Transparency functionality can be used. The Audio Transparency feature is used to configure the audio bandwidth stream in the packet service profile (PSP). For more information on Audio Transparency, refer to SBC SIP Transparency Implementation Guide.

To configure the audio bandwidth stream in the PSP, perform the following steps:

Anchor
Configuring Audio Transparency Feature
Configuring Audio Transparency Feature
Configuring Audio Transparency Feature

Code Block
% set profiles media packetServiceProfile PS1 audioTransparency unknownCodecPacketSize 20 

Anchor
Configuring Audio Transparency Bandwidth Variables in PSP
Configuring Audio Transparency Bandwidth Variables in PSP
Configuring Audio Transparency Bandwidth Variables in PSP

Code Block
% set profiles media packetServiceProfile PS1 audioTransparency unknownCodecBitRate 250

Video Stream

The SBC honors bandwidth parameters negotiated in the Session Description Protocol (SDP) exchanges. The video bandwidth stream is configured in the PSP.

To configure the video bandwidth stream in the PSP, perform the following step:

Code Block
% set profiles media packetServiceProfile PS1 videoCalls maxVideoBandwith 10000

 

Pagebreak