Changes between Initial Version and Version 1 of Ticket #1186


Ignore:
Timestamp:
Dec 23, 2010 3:43:13 AM (13 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1186 – Description

    initial v1  
    33 - codec specific SDP negotiation, if any 
    44 - applying parameters in SDP to the codec 
     5 
     6TODO: 
     7 1. add video SDP generation in pjmedia_endpt_create_sdp() 
     8 1. add video stream info generation from SDP in pjmedia_stream_info_from_sdp() 
     9 1. add codec specific negotiation, perhaps sdp_neg.c should have external format negotiation mechanism to handle format specific negotiation, e.g: H26x picture resolution negotiation, this negotiation result will be applied to codec param (for stream in opening the codec) 
     10 1. add auto-assignment mechanism for dynamic payload type (in endpoint when creating SDP?), currently, the space for hardcoded dynamic payload type is very tight (or even not enough for video formats) 
     11 1. auto apply (or at least validate) SDP fmtp setting to codec param (or the other way around?), e.g: when SDP fmtp setting in codec is set to "CIF=1" codec param should be set to "size=352x288 & fps=30/1.001" 
     12 1. add video capability to simpleua to test video stuffs on real SIP application