Top |
gchar * | connection-id | Read / Write |
GstBuffer * | encoder-key | Read |
gboolean | is-client | Read / Write |
guint | srtp-auth | Read |
guint | srtp-cipher | Read |
plugin |
dtls |
author |
Patrik Oldsberg patrik.oldsberg@ericsson.com |
class |
Encoder/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
“encoder-key”
property“encoder-key” GstBuffer *
Master key that should be used by the SRTP encoder.
Flags: Read
“is-client”
property“is-client” gboolean
Set to true if the decoder should act as client and initiate the handshake.
Flags: Read / Write
Default value: FALSE
“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 (GstDtlsEnc *gstdtlsenc, gpointer user_data)
Flags: Run Last