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
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.
In r2241: