Ignore:
Timestamp:
Apr 6, 2011 1:55:01 PM (13 years ago)
Author:
nanang
Message:

Re #1186:

  • Added custom negotiation callback mechanism in SDP negotiator, mainly for specific formats that require SDP fmtp negotiation.
  • Modified video codec ID string to use encoding name+payload type (was encoding name+clock rate), also added encoding description in video codec info, so duplicated codecs (e.g: multiple H264 configurations) can be differentiated.
  • Few enhancements for H264 in ffmpeg wrapper (e.g: added proper profile-id & packetization-mode setup).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia/config.h

    r3498 r3500  
    603603 
    604604/** 
     605 * This specifies the maximum number of the customized SDP format 
     606 * negotiation callbacks. 
     607 */ 
     608#ifndef PJMEDIA_SDP_NEG_MAX_CUSTOM_FMT_NEG_CB 
     609#   define PJMEDIA_SDP_NEG_MAX_CUSTOM_FMT_NEG_CB        8 
     610#endif 
     611 
     612 
     613/** 
    605614 * Support for sending and decoding RTCP port in SDP (RFC 3605). 
    606615 * Default is equal to PJMEDIA_ADVERTISE_RTCP setting. 
Note: See TracChangeset for help on using the changeset viewer.