GstRtspServer.RTSPAuthClass

Fields

Name

Type

Access

Description

accept_certificate

object

r

authenticate

object

r

check the authentication of a client. The default implementation checks if the authentication in the header matches one of the basic authentication tokens. This function should set the authgroup field in the context.

check

object

r

check if a resource can be accessed. this function should call authenticate to authenticate the client when needed. The method should also construct and send an appropriate GstRtsp.response message on error.

generate_authenticate_header

object

r

parent_class

GObject.ObjectClass

r

Methods

None

Details

class GstRtspServer.RTSPAuthClass

The authentication class.