Top |
gchar * | connection-id | Read / Write |
GstCaps * | decoder-key | Read |
gchar * | peer-pem | Read |
gchar * | pem | Read / Write |
guint | srtp-auth | Read |
guint | srtp-cipher | Read |
plugin |
dtls |
author |
Patrik Oldsberg patrik.oldsberg@ericsson.com |
class |
Decoder/Network/DTLS |
“connection-id”
property“connection-id” gchar *
Every encoder/decoder pair should have the same, unique, connection-id.
Flags: Read / Write
Default value: NULL
“decoder-key”
property“decoder-key” GstCaps *
SRTP key that should be used by the decoder.
Flags: Read
“peer-pem”
property“peer-pem” gchar *
The X509 certificate received in the DTLS handshake, in PEM format.
Flags: Read
Default value: NULL
“pem”
property“pem” gchar *
A string containing a X509 certificate and RSA private key in PEM format.
Flags: Read / Write
Default value: NULL
“srtp-auth”
property“srtp-auth” guint
The SRTP authentication selected in the DTLS handshake. The value will be set to an GstDtlsSrtpAuth.
Flags: Read
Allowed values: <= 2
Default value: 0
“srtp-cipher”
property“srtp-cipher” guint
The SRTP cipher selected in the DTLS handshake. The value will be set to an GstDtlsSrtpCipher.
Flags: Read
Allowed values: <= 1
Default value: 0
“on-key-received”
signalvoid user_function (GstDtlsDec *gstdtlsdec, gpointer user_data)
Flags: Run Last