GstRtsp.RTSPWatchFuncs¶
Fields¶
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
closed  | 
r  | 
callback when the connection is closed  | 
|
error  | 
r  | 
callback when an error occurred  | 
|
error_full  | 
r  | 
callback when an error occurred with more information than the error callback.  | 
|
message_received  | 
r  | 
callback when a message was received  | 
|
message_sent  | 
r  | 
callback when a message was sent  | 
|
tunnel_complete  | 
r  | 
a client finished a tunneled connection. In this callback you usually pair the tunnelid of this connection with the saved one using   | 
|
tunnel_http_response  | 
r  | 
callback when an HTTP   | 
|
tunnel_lost  | 
r  | 
callback when the post connection of a tunnel is closed.  | 
|
tunnel_start  | 
r  | 
a client started a tunneled connection. The tunnelid of the connection must be saved.  | 
Methods¶
None
Details¶
- class GstRtsp.RTSPWatchFuncs¶
 Callback functions from a
GstRtsp.RTSPWatch.