Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Variables

Functions

Variables

RTSP_ADDRESS_POOL_ANY_IPV4: string

Used with gst_rtsp_address_pool_add_range() to bind to all IPv4 addresses

RTSP_ADDRESS_POOL_ANY_IPV6: string

Used with gst_rtsp_address_pool_add_range() to bind to all IPv6 addresses

RTSP_AUTH_CHECK_CONNECT: string

Check a new connection

RTSP_AUTH_CHECK_MEDIA_FACTORY_ACCESS: string

Check if access is allowed to a factory. When access is not allowed an 404 Not Found is sent in the response.

RTSP_AUTH_CHECK_MEDIA_FACTORY_CONSTRUCT: string

Check if media can be constructed from a media factory A response should be sent on error.

RTSP_AUTH_CHECK_TRANSPORT_CLIENT_SETTINGS: string

Check if the client can specify TTL, destination and port pair in multicast. No response is sent when the check returns %FALSE.

RTSP_AUTH_CHECK_URL: string

Check the URL and methods

RTSP_ONVIF_BACKCHANNEL_REQUIREMENT: string
RTSP_ONVIF_REPLAY_REQUIREMENT: string
RTSP_PERM_MEDIA_FACTORY_ACCESS: string

G_TYPE_BOOLEAN, %TRUE if the media can be accessed, %FALSE will return a 404 Not Found error when trying to access the media.

RTSP_PERM_MEDIA_FACTORY_CONSTRUCT: string

G_TYPE_BOOLEAN, %TRUE if the media can be constructed, %FALSE will return a 404 Not Found error when trying to access the media.

RTSP_TOKEN_MEDIA_FACTORY_ROLE: string

G_TYPE_STRING, the role to use when dealing with media factories

The default #GstRTSPAuth object uses this string in the token to find the role of the media factory. It will then retrieve the #GstRTSPPermissions of the media factory and retrieve the role with the same name.

RTSP_TOKEN_TRANSPORT_CLIENT_SETTINGS: string

G_TYPE_BOOLEAN, %TRUE if the client can specify TTL, destination and port pair in multicast.

Functions

  • rtsp_context_get_type(): GType

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method