rtsp context
Last reviewed on 2013-07-11 (1.0.0)
GstRTSPContext
Information passed around containing the context of a request.
Members
server
(GstRTSPServer *)
–
the server
conn
(GstRTSPConnection *)
–
the connection
client
(GstRTSPClient *)
–
the client
request
(GstRTSPMessage *)
–
the complete request
uri
(GstRTSPUrl *)
–
the complete url parsed from request
method
(GstRTSPMethod)
–
the parsed method of uri
auth
(GstRTSPAuth *)
–
the current auth object or NULL
token
(GstRTSPToken *)
–
authorisation token
session
(GstRTSPSession *)
–
the session, can be NULL
sessmedia
(GstRTSPSessionMedia *)
–
the session media for the url can be NULL
factory
(GstRTSPMediaFactory *)
–
the media factory for the url, can be NULL
media
(GstRTSPMedia *)
–
the media for the url can be NULL
stream
(GstRTSPStream *)
–
the stream for the url can be NULL
response
(GstRTSPMessage *)
–
the response
trans
(GstRTSPStreamTransport *)
–
the stream transport, can be NULL
GstRTSPContext
Information passed around containing the context of a request.
Members
server
(GstRTSPServer)
–
the server
conn
(GstRTSPConnection)
–
the connection
client
(GstRTSPClient)
–
the client
request
(GstRTSPMessage)
–
the complete request
uri
(GstRTSPUrl)
–
the complete url parsed from request
method
(GstRTSPMethod)
–
the parsed method of uri
auth
(GstRTSPAuth)
–
the current auth object or NULL
token
(GstRTSPToken)
–
authorisation token
session
(GstRTSPSession)
–
the session, can be NULL
sessmedia
(GstRTSPSessionMedia)
–
the session media for the url can be NULL
factory
(GstRTSPMediaFactory)
–
the media factory for the url, can be NULL
media
(GstRTSPMedia)
–
the media for the url can be NULL
stream
(GstRTSPStream)
–
the stream for the url can be NULL
response
(GstRTSPMessage)
–
the response
trans
(GstRTSPStreamTransport)
–
the stream transport, can be NULL
GstRTSPContext
Information passed around containing the context of a request.
Members
server
(GstRTSPServer)
–
the server
conn
(GstRTSPConnection)
–
the connection
client
(GstRTSPClient)
–
the client
request
(GstRTSPMessage)
–
the complete request
uri
(GstRTSPUrl)
–
the complete url parsed from request
method
(GstRTSPMethod)
–
the parsed method of uri
auth
(GstRTSPAuth)
–
the current auth object or NULL
token
(GstRTSPToken)
–
authorisation token
session
(GstRTSPSession)
–
the session, can be NULL
sessmedia
(GstRTSPSessionMedia)
–
the session media for the url can be NULL
factory
(GstRTSPMediaFactory)
–
the media factory for the url, can be NULL
media
(GstRTSPMedia)
–
the media for the url can be NULL
stream
(GstRTSPStream)
–
the stream for the url can be NULL
response
(GstRTSPMessage)
–
the response
trans
(GstRTSPStreamTransport)
–
the stream transport, can be NULL
Methods
gst_rtsp_context_pop_current
gst_rtsp_context_pop_current (GstRTSPContext * ctx)
Pops ctx off the context stack (verifying that ctx is on the top of the stack).
Parameters:
ctx
–
GstRtspServer.RTSPContext.prototype.pop_current
function GstRtspServer.RTSPContext.prototype.pop_current(): {
// javascript wrapper for 'gst_rtsp_context_pop_current'
}
Pops ctx off the context stack (verifying that ctx is on the top of the stack).
Parameters:
ctx
(
GstRtspServer.RTSPContext
)
–
GstRtspServer.RTSPContext.pop_current
def GstRtspServer.RTSPContext.pop_current (self):
#python wrapper for 'gst_rtsp_context_pop_current'
Pops ctx off the context stack (verifying that ctx is on the top of the stack).
Parameters:
ctx
(
GstRtspServer.RTSPContext
)
–
gst_rtsp_context_push_current
gst_rtsp_context_push_current (GstRTSPContext * ctx)
Pushes ctx onto the context stack. The current context can then be received using gst_rtsp_context_get_current.
Parameters:
ctx
–
GstRtspServer.RTSPContext.prototype.push_current
function GstRtspServer.RTSPContext.prototype.push_current(): {
// javascript wrapper for 'gst_rtsp_context_push_current'
}
Pushes ctx onto the context stack. The current context can then be received using gst_rtsp_context_get_current (not introspectable).
Parameters:
ctx
(
GstRtspServer.RTSPContext
)
–
GstRtspServer.RTSPContext.push_current
def GstRtspServer.RTSPContext.push_current (self):
#python wrapper for 'gst_rtsp_context_push_current'
Pushes ctx onto the context stack. The current context can then be received using gst_rtsp_context_get_current (not introspectable).
Parameters:
ctx
(
GstRtspServer.RTSPContext
)
–
Functions
gst_rtsp_context_get_current
GstRTSPContext * gst_rtsp_context_get_current ()
Get the current GstRTSPContext. This object is retrieved from the current thread that is handling the request for a client.
Functions
GstRtspServer.prototype.rtsp_context_get_type
function GstRtspServer.prototype.rtsp_context_get_type(): {
// javascript wrapper for 'gst_rtsp_context_get_type'
}
GstRtspServer.rtsp_context_get_type
def GstRtspServer.rtsp_context_get_type ():
#python wrapper for 'gst_rtsp_context_get_type'
Constants
GST_TYPE_RTSP_CONTEXT
#define GST_TYPE_RTSP_CONTEXT (gst_rtsp_context_get_type ())
The results of the search are