Opened 16 years ago

Closed 16 years ago

#602 closed enhancement (fixed)

Modify the stream to maintain RTP sequence number and timestamp from the last transmission when it's restarted.

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

Description

See ticket #600 (Solution 1).

Change History (4)

comment:1 Changed 16 years ago by nanang

In r2241:

  • Introduced new API pjmedia_rtp_session_init2() to enable intializing RTP session with non-default initial settings
  • Updated stream so it can be created with non-default initial RTP settings.
  • Updated pjsua-lib to make sure RTP timestamp and sequence contigue when stream session is restarted.

comment:2 Changed 16 years ago by bennylp

In r2244:

  • fixed minor warning about conversion from int to unsigned char

comment:3 Changed 16 years ago by nanang

In r2245: fixed assertion of invalid stream index supplied to pjmedia_session_get_stream_stat().

comment:4 Changed 16 years ago by bennylp

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

Done, closing the ticket.

Note: See TracTickets for help on using tickets.