Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed workflow, no need for this page

 

Panel

...

borderColorgreen
bgColortransparent
borderWidth2

In this section:

Table of Contents
maxLevel4

Info
iconfalse

Related articles

Noprint

Back to Table of Contents

...

Panel

In this section:

Table of Contents
maxLevel4

 

:

Children Display

...

styleh6

Include Page
Transparency_Profile_Note
Transparency_Profile_Note

Optimum Video Quality

The following

Spacevars
0series4
video configuration best practices are intended to ensure optimum video quality.

  1. Enable RTCP relay on both legs to ensure video RTCP feedback messages are relayed.

    Code Block
    languagenone
    titleExample
    % set profiles media packetServiceProfile <PSP name> rtcpOptions rtcp enable terminationForPassthrough disable 



  2. Enable SIP INFO relay and transparency depending upon the SBC release.

    1. Prior to 4.2.3R0 release: Enable SIP INFO relay and transparency for unknown bodies to allow relay of the FAST UPDATE SIP INFO.

      Code Block
      languagenone
      titleExample
      % set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes relayFlags info enable
      % set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes transparencyFlags unknownBody enable



    2. Effective 4.2.3R0 release and onwards: Enable SIP INFO relay and transparency for media_control+xml body to allow relay of the FAST UPDATE SIP INFO.

      Code Block
      languagenone
      titleExample
      % set profiles services transparencyProfile mediaControl sipMessageBody application/media_control+xml 
      % set profiles services transparencyProfile mediaControl state enabled 
      % set addressContext default zone <egress Zone> sipTrunkGroup <egress TG> services transparencyProfile mediaControl



  3. If the SBC receives media packets (audio, video, FECC, and BFCP) beyond MTU size, it will increment an error counter in SYS log. An example SYS log entry is shown below.

    Code Block
    languagenone
    titleExample
    140 10152012 190702.985943:1.01.00.31881.MAJOR   .PRSNP: *NP 0 error 
    counter rcvPkt2Big          incremented: cnt 8749 last error 0x101203f

     

    On the other hand, if the video packet is less than MTU size but is fragmented, SBC will drop the packet. To check if the video packet is getting dropped, you can issue the following CLI command (see

...

  1. Show Table System for command details).

    Code Block
    languagenone
    titleCheck for dropped packets
    > show table system ipPolicing discardRuleOffendersList 



    To verify a fragmented media packet, request for a packet capture from the switch/router directly connected to the physical media port of the SBC. Use Wireshark tool to open and view the captured file.

    1. From Wireshark, select Statistics > Flow Graph. The "Flow Graph" displays.

      Caption
      0Figure
      1Flow Graph Dialog
      3Flow Graph Dialog

      Image Modified



    2.  Click OK to display the "Graph Analysis" window.

      Caption
      0Figure
      1Graph Analysis Window
      3Graph Analysis Window

      Image Modified



    3. Scroll down to find "IPv4 fragment" or IPv6 fragment" stream. A "UDP" stream is shown after the fragment, and includes the destination port in the media UDP port range.

Late Media Support

The “convert” mode for lateMediaSupport only applies to Audio; for multimedia sessions, enable “passthru” mode.

CLI syntax to enable pass-through (see

...

SIP Trunk Group - Media - CLI for configuration details):

Code Block
languagenone
set addressContext <addressContex name> zone <zone name> sipTrunkGroup <sipTrunkGroup name> media lateMediaSupport passthru

Pagebreak