Opened 14 years ago
Last modified 6 years ago
#1105 new defect
SDP connection info with multicast address not parsed properly (thanks Simon Bolten for the report)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | Known-Issues-and-Ideas |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Address field in SDP connection info for multicast should support the notation specified by standard, i.e:
<base multicast address>[/<ttl>]/<number of addresses>
Prior to r3256, incoming SDP with above notation would cause pjmedia_sdp_conn.addr string containing address and its subfields. While pjmedia components expect a clean address string in pjmedia_sdp_conn.addr.
The original report can be found here.
Note: See
TracTickets for help on using
tickets.
TeluuCon2019: a valid issue.