SDPMessage.parseUri

Parse the null-terminated uri and store the result in msg.

The uri should be of the form:

scheme://[address[:ttl=ttl][:noa=noa]]/sessionname type=value *[&type=value]

where value is url encoded. This looslely resembles http://tools.ietf.org/html/draft-fujikawa-sdp-url-01

class SDPMessage
static
parseUri

Parameters

uri string

the start of the uri

msg gstsdp.sdpmessage.SDPMessage

the result #GstSDPMessage

Return Value

Type: gstsdp.types.SDPResult

#GST_SDP_OK on success.