Opened 8 years ago
Closed 8 years ago
#1978 closed enhancement (fixed)
Add function to get RTP session from stream/vid stream
Reported by: | riza | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.6 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
This patch will add function to get RTP session information (pjmedia_stream_rtp_sess_info) from pjmedia_stream and pjmedia_vid_stream.
It will be useful for app with custom transport adapter to inject/filter some proprietary packets into audio/video RTP traffics.
However, generally it is not advisable to modify them.
Thanks to Kal (b17 c0de) for the original patch.
Change History (1)
comment:1 Changed 8 years ago by riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5479: