Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 2195)

Ticket Resolution Summary Owner Reporter
#1977 fixed Add attach2() and pjmedia_transport_attach2() to pjmedia transport interface nanang riza
Description

This patch adds a attach2() member function to pjmedia_transport_op and the corresponding pjmedia_transport_attach2() function.

These new functions take an additional parameter for the media stream and type. This allows all transport adapters in the chain to have access to the media stream and type.

Thanks to Kal (b17 c0de) for the original patch.

#1276 fixed Add baseclasses sample in third_party directory required by dshow_dev ming bennylp
#1913 fixed Add callback for address change notification from STUN keep alive bennylp ming
Description

From our IP Address Change wiki: "If ICE media transport is used, and STUN is enabled on the media transport, then the media transport will automatically update its publicly mapped IP address from the STUN Binding response. The transport should send STUN Binding request periodically (approximately every 15 seconds) as NAT keep-alive mechanism, so the address change will be detected by the transport automatically during this operation."

This ticket is to provide a notification to the app when such address change happens due to the STUN keep alive operation (as indicated by the log saying: STUN mapped address found/changed: [new address here]).

The app will get notified via on_call_media_transport_state() callback and it can inspect ext_info to verify the operation to be equal to PJ_ICE_STRANS_OP_ADDR_CHANGE.

Note: See TracQuery for help on using queries.