> From: Aman Aggarwal [aman.aggar...@aricent.com]
>
> Can the dynamic codec have the same payload name as that of static
> codec in rtpmap attribute?
>
> Please check the below SDP format:-
>
>m=audio 32420 RTP/AVP 8 0 98 99
>a=rtpmap:8 PCMA/8000
>a=rtpmap:0 PCMU/8000
>a=rtpmap:9
-implementors
Subject: RE: [Sip-implementors] Dynamic codecs having same payload name as of
static codecs
Yes, they can have the same. While parsing, a=rtpmap takes the highest
precedence.
We had encountered a similar situation in iterop where in we had to change the
code to take from the a=rtpmap
: Friday, October 14, 2011 11:11 AM
To: sip-implementors
Subject: [Sip-implementors] Dynamic codecs having same payload name as of
static codecs
Hi All,
Can the dynamic codec have the same payload name as that of static codec in
rtpmap attribute?
Please check the below SDP format:-
m=audio
-implementors
Subject: [Sip-implementors] Dynamic codecs having same payload name as of
static codecs
Hi All,
Can the dynamic codec have the same payload name as that of static codec in
rtpmap attribute?
Please check the below SDP format:-
m=audio 32420 RTP/AVP 8 0 98 99
a=rtpmap:8 PCMA/8000
a
Hi All,
Can the dynamic codec have the same payload name as that of static codec in
rtpmap attribute?
Please check the below SDP format:-
m=audio 32420 RTP/AVP 8 0 98 99
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:98 PCMA/8000
a=rtpmap:99 PCMU/8000
RFC 3264 do mention tha