Used with gst_rtsp_address_pool_add_range() to bind to all IPv6 addresses
Check a new connection
Check if access is allowed to a factory. When access is not allowed an 404 Not Found is sent in the response.
Check if media can be constructed from a media factory A response should be sent on error.
Check if the client can specify TTL, destination and port pair in multicast. No response is sent when the check returns %FALSE.
Check the URL and methods
G_TYPE_BOOLEAN, %TRUE if the media can be accessed, %FALSE will return a 404 Not Found error when trying to access the media.
G_TYPE_BOOLEAN, %TRUE if the media can be constructed, %FALSE will return a 404 Not Found error when trying to access the media.
G_TYPE_STRING, the role to use when dealing with media factories
The default #GstRTSPAuth object uses this string in the token to find the role of the media factory. It will then retrieve the #GstRTSPPermissions of the media factory and retrieve the role with the same name.
G_TYPE_BOOLEAN, %TRUE if the client can specify TTL, destination and port pair in multicast.
Get parameters (not implemented yet)
a #GstRTSPClient
a #GstRTSPContext
Set parameters (not implemented yet)
a #GstRTSPClient
a #GstRTSPContext
Add media
specific info to sdp
. info
is used to configure the connection
information in the SDP.
a #GstSDPMessage
a #GstSDPInfo
a #GstRTSPMedia
Add info from stream
to sdp
.
a #GstSDPMessage
a #GstSDPInfo
a #GstRTSPStream
Creates a #GstSDPMedia from the parameters and stores it in sdp
.
a #GstRTSPMessage
a #GstSDPInfo
a #GstRTSPStream
a #GstCaps
a #GstRTSPProfile
Used with gst_rtsp_address_pool_add_range() to bind to all IPv4 addresses