Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#2250 fixed Enable OpenH264 native log riza riza
Description

This ticket will enable OpenH264 native log to be forwarded to pjsip log. By default, it will be enable and the level is specified from PJMEDIA_CODEC_OPENH264_LOG_LEVEL. Note that the native log will be forwarded to pjsip's log level 4 (DEBUG).

#2257 fixed Filter SRTP crypto for setting DTLS-SRTP profile supported by by OpenSSL riza riza
Description

Currently, SRTP crypto is used to get the SRTP profile for DTLS even though it is not supported by OpenSSL. These are the supported SRTP profile (based on ssl/d1_srtp.c of OpenSSL): SRTP_AES128_CM_SHA1_80, SRTP_AES128_CM_SHA1_32, SRTP_AEAD_AES_256_GCM,SRTP_AEAD_AES_128_GCM. However when using older OpenSSL (e.g: 1.0.2), AES_GCM is not yet supported and it will lead to error.

15:40:06.561     dtls0x7f34f40123b0  .Setting crypto [:SRTP_AEAD_AES_256_GCM:SRTP_AEAD_AES_128_GCM:SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32], errcode=1
15:40:06.561                OpenSSL  .error 336810348 - srtp unknown protection profile

This ticket will filter the SRTP crypto when used to set the SRTP profile. e.g: AES_GCM will be filtered out from SRTP crypto if the OpenSSL doesn't support it, thus preventing the error.

#2258 fixed Add PJSUA2 API to get and set OPUS codec setting riza riza
Description

This ticket introduces 2 new API to set and get OPUS codec setting:

Endpoint::getCodecOpusConfig() Endpoint::setCodecOpusConfig()

Thanks to Samuel Fornes for the original patch.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.