Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1094 closed defect (fixed)

Transmit RTCP keep alive even when the stream is paused (thanks Johan Lantz for the suggestion)

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

Description

Ticket #883 added a new keep-alive mechanism for the stream, which would still be performed even when the stream is being paused. Unfortunately, no packet is transmitted on the RTCP port in this situation.

This ticket would enable packet transmission for this situation. With this ticket, an RTCP packet would be transmitted periodically as long as PJMEDIA_STREAM_ENABLE_KA is set to non-zero (note that by default it is disabled).

Change History (2)

comment:1 Changed 14 years ago by bennylp

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

(In [3218]) Fixed #1094: Transmit RTCP keep alive even when the stream is paused (thanks Johan Lantz for the suggestion)

comment:2 Changed 14 years ago by bennylp

(In [3220]) Re #1094: fixed compilation error in previous fix in r3218

Note: See TracTickets for help on using tickets.