Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 2195)

Ticket Resolution Summary Owner Reporter
#1978 fixed Add function to get RTP session from stream/vid stream nanang riza
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.

#1989 fixed Implement pj_strtok()/pj_strtok2() to replace strtok() bennylp riza
Description

This ticket will implement new APIs:

  • pj_strspn() / pj_strspn2()
  • pj_strcspn() / pj_strcspn2()
  • pj_strtok() / pj_strtok2()

They are used as a replacement to strtok() which is not thread safe.

#1994 fixed Miscellaneous fixes bennylp riza
Description

Miscellaneous updates and fixes

Note: See TracQuery for help on using queries.