GstRtspServer.RTSPContext¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
auth |
r/w |
the current auth object or |
|
client |
r/w |
the client |
|
conn |
r/w |
the connection |
|
factory |
r/w |
the media factory for the url, can be |
|
media |
r/w |
the media for the url can be |
|
method |
r/w |
the parsed method of uri |
|
request |
r/w |
the complete |
|
response |
r/w |
the |
|
server |
r/w |
the server |
|
session |
r/w |
the session, can be |
|
sessmedia |
r/w |
the session media for the url can be |
|
stream |
r/w |
the stream for the url can be |
|
token |
r/w |
authorisation token |
|
trans |
r/w |
the stream transport, can be |
|
uri |
r/w |
the complete url parsed from request |
Methods¶
|
|
|
|
|
Details¶
- class GstRtspServer.RTSPContext¶
Information passed around containing the context of a
GstRtsp.request
.- pop_current()[source]¶
Pops self off the context stack (verifying that self is on the top of the stack).
- push_current()[source]¶
Pushes self onto the context stack. The current context can then be received using gst_rtsp_context_get_current().
- set_token(token)[source]¶
- Parameters:
token (
GstRtspServer.RTSPToken
) – aGstRtspServer.RTSPToken
Set the token for self.
New in version 1.22.