Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#2087 closed enhancement (fixed)

Support for RTP and RTCP multiplexing

Reported by: ming Owned by: nanang
Priority: normal Milestone: release-2.8
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

In line with our roadmap for WebRTC interoperability, as mentioned in this draft of Web Real-Time Communication (WebRTC) document:

To reduce these costs and session set-up times,
   implementations are REQUIRED to support multiplexing RTP data packets
   and RTCP control packets on a single transport-layer flow.

this ticket will add support for RTP and RTCP multiplexing, in accordance to RFC 5761.

Change History (3)

comment:1 Changed 6 years ago by ming

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

In 5788:

Fixed #2087: Support for RTP and RTCP multiplexing

comment:2 Changed 6 years ago by nanang

In 5790:

Re #2087: Fixed compile error on iOS target: undeclared identifier 'pjmedia_rtp_hdr'.

comment:3 Changed 6 years ago by nanang

In 5800:

Re #2087: Updated AccountMediaConfig::rtcpMuxEnabled type from pj_bool_t to bool.

Note: See TracTickets for help on using tickets.