Ignore:
Timestamp:
Jun 3, 2017 9:22:34 AM (7 years ago)
Author:
nanang
Message:

Re #2018: Initial version of DTLS-SRTP implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/stream_info.c

    r5419 r5597  
    420420        si->proto = PJMEDIA_TP_PROTO_RTP_AVP; 
    421421 
    422     } else if (pj_stricmp(&local_m->desc.transport, &ID_RTP_SAVP) == 0) { 
     422    } else if (pj_stristr(&local_m->desc.transport, &ID_RTP_SAVP)) { 
    423423 
    424424        si->proto = PJMEDIA_TP_PROTO_RTP_SAVP; 
Note: See TracChangeset for help on using the changeset viewer.