GstRtsp.RTSPWatchFuncs

Fields

Name

Type

Access

Description

closed

object

r

callback when the connection is closed

error

object

r

callback when an error occurred

error_full

object

r

callback when an error occurred with more information than the error callback.

message_received

object

r

callback when a message was received

message_sent

object

r

callback when a message was sent

tunnel_complete

object

r

a client finished a tunneled connection. In this callback you usually pair the tunnelid of this connection with the saved one using GstRtsp.RTSPConnection.do_tunnel().

tunnel_http_response

object

r

callback when an HTTP GstRtsp.response to the GET GstRtsp.request is about to be sent for a tunneled connection. The GstRtsp.response can be modified in the callback.

tunnel_lost

object

r

callback when the post connection of a tunnel is closed.

tunnel_start

object

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.