Pascal Quantin
changed
bug 10899
Comment # 3
on bug 10899
from Pascal Quantin
We could verify that string (here being set to "-") contains digits before
doing the val_string conversion, and display it as raw like when we do not
hrave a RTP/AVP token.
But according to RFC 4566, I would have expected to have a number andd not a
dash:
<fmt> is a media format description. The fourth and any subsequent
sub-fields describe the format of the media. The interpretation
of the media format depends on the value of the <proto> sub-field.
If the <proto> sub-field is "RTP/AVP" or "RTP/SAVP" the <fmt>
sub-fields contain RTP payload type numbers. When a list of
payload type numbers is given, this implies that all of these
payload formats MAY be used in the session, but the first of these
formats SHOULD be used as the default format for the session. For
dynamic payload type assignments the "a=rtpmap:" attribute (see
Section 6) SHOULD be used to map from an RTP payload type number
to a media encoding name that identifies the payload format. The
"a=fmtp:" attribute MAY be used to specify format parameters (see
Section 6).
You are receiving this mail because:
- You are watching all bug changes.