Opened 11 years ago

Closed 11 years ago

#1670 closed defect (fixed)

Configurable RTCP SDES/BYE in outgoing RTCP packets

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.2
Component: pjsua-lib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Currently, RTCP SDES/BYE will only be sent when stream starts/stops, and the regular RTCP RR/SR packet always omits RTCP SDES.

Change History (1)

comment:1 Changed 11 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In 4524:

Fixed #1670:

  • Added 'no_rtcp_sdes_bye' to 'pjsua_media_config'.
  • Modified behaviour of video stream in PJSUA to match audio stream behaviour, i.e: always send RTCP SDES when stream starts/stops and send RTCP BYE when stream stops, regardless whether 'no_rtcp_sdes_bye' is set.
Note: See TracTickets for help on using tickets.