sctpenc
Encodes packets with SCTP
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──sctpenc
Factory details
Authors: – George Kiagiadakis
Classification: – Encoder/Network/SCTP
Rank – none
Plugin – sctp
Package – GStreamer Bad Plug-ins
Pad Templates
sink_%u
ANY
src
application/x-sctp:
Signals
bytes-sent
guint64 bytes_sent_callback (GstElement * param_0, guint arg0, gpointer udata)
def bytes_sent_callback (param_0, arg0, udata):
#python callback for the 'bytes-sent' signal
function bytes_sent_callback(param_0: GstElement * param_0, arg0: guint arg0, udata: gpointer udata): {
// javascript callback for the 'bytes-sent' signal
}
Parameters:
param_0
–
arg0
–
udata
–
sctp-association-established
sctp_association_established_callback (GstElement * param_0, gboolean arg0, gpointer udata)
def sctp_association_established_callback (param_0, arg0, udata):
#python callback for the 'sctp-association-established' signal
function sctp_association_established_callback(param_0: GstElement * param_0, arg0: gboolean arg0, udata: gpointer udata): {
// javascript callback for the 'sctp-association-established' signal
}
Parameters:
param_0
–
arg0
–
udata
–
Flags: Run Last
Properties
remote-sctp-port
“remote-sctp-port” guint
Sctp remote sctp port for the sctp association. The local port is configured via the GstSctpDec element.
Flags : Read / Write
Default value : 0
sctp-association-id
“sctp-association-id” guint
Every encoder/decoder pair should have the same, unique, sctp-association-id. This value must be set before any pads are requested.
Flags : Read / Write
Default value : 1
use-sock-stream
“use-sock-stream” gboolean
When set to TRUE, a sequenced, reliable, connection-based connection is used.When TRUE the partial reliability parameters of the channel are ignored.
Flags : Read / Write
Default value : false
The results of the search are