is append mode was selected
the client port pair for receiving data. For TCP based transports, applications can use this field to store the sender and receiver ports of the client.
the destination ip/hostname
the interleave range
the number of layers
the lower transport
if play mode was selected
if record mode was selected
the port pair for multicast sessions
the tansport profile
the server port pair for receiving data. For TCP based transports, applications can use this field to store the sender and receiver ports of the server.
the source ip/hostname
the ssrc that the sender/receiver will use
the transport mode
the time to live for multicast UDP
Convert transport
into a string that can be used to signal the transport in
an RTSP SETUP response.
Free the memory used by transport
.
Get the media type of transport
. This media type is typically
used to generate #GstCaps events.
Initialize transport
so that it can be used.
Get the #GstElement that can handle the buffers transported over trans
.
It is possible that there are several managers available, use option
to
selected one.
manager
will contain an element name or %NULL when no manager is
needed/available for trans
.
a #GstRTSPTransMode
option index.
Get the mime type of the transport mode trans
. This mime type is typically
used to generate #GstCaps events.
a #GstRTSPTransMode
location to hold the result
Allocate a new initialized #GstRTSPTransport. Use gst_rtsp_transport_free() after usage.
location to hold the new #GstRTSPTransport
Parse the RTSP transport string str
into transport
.
a transport string
a #GstRTSPTransport
Provides helper functions to deal with RTSP transport strings.