srtserversrc
Receive data over the network via SRT
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstBaseSrc ╰──GstPushSrc ╰──GstSRTSrc ╰──srtserversrc
Factory details
Authors: – Justin Kim
Classification: – Source/Network
Rank – none
Plugin – gstsrt
Package – GStreamer Bad Plug-ins
Pad Templates
Signals
caller-added
caller_added_callback (GstElement * param_0, gint arg0, GSocketAddress * arg1, gpointer udata)
def caller_added_callback (param_0, arg0, arg1, udata):
#python callback for the 'caller-added' signal
function caller_added_callback(param_0: GstElement * param_0, arg0: gint arg0, arg1: GSocketAddress * arg1, udata: gpointer udata): {
// javascript callback for the 'caller-added' signal
}
Parameters:
param_0
–
arg0
–
arg1
–
udata
–
Flags: Run Last
caller-removed
caller_removed_callback (GstElement * param_0, gint arg0, GSocketAddress * arg1, gpointer udata)
def caller_removed_callback (param_0, arg0, arg1, udata):
#python callback for the 'caller-removed' signal
function caller_removed_callback(param_0: GstElement * param_0, arg0: gint arg0, arg1: GSocketAddress * arg1, udata: gpointer udata): {
// javascript callback for the 'caller-removed' signal
}
Parameters:
param_0
–
arg0
–
arg1
–
udata
–
Flags: Run Last
Properties
blocksize
“blocksize” guint
Size in bytes to read per buffer (-1 = default)
Flags : Read / Write
Default value : 4096
do-timestamp
“do-timestamp” gboolean
Apply current stream time to buffers
Flags : Read / Write
Default value : true
localaddress
“localaddress” gchararray
Local address to bind
Flags : Read / Write
Default value : NULL
mode
“mode” GstSRTConnectionMode *
SRT connection mode
Flags : Read / Write
Default value : caller (1)
num-buffers
“num-buffers” gint
Number of buffers to output before sending EOS (-1 = unlimited)
Flags : Read / Write
Default value : -1
pbkeylen
“pbkeylen” GstSRTKeyLength *
Crypto key length in bytes
Flags : Read / Write
Default value : no-key (0)
poll-timeout
“poll-timeout” gint
Return poll wait after timeout milliseconds (-1 = infinite)
Flags : Read / Write
Default value : -1
stats
“stats” GstStructure *
SRT Statistics
Flags : Read
Default value :
application/x-srt-statistics, bytes-received-total=(guint64)0;
streamid
“streamid” gchararray
Stream ID for the SRT access control
Flags : Read / Write
Default value : NULL
typefind
“typefind” gboolean
Run typefind before negotiating (deprecated, non-functional)
Flags : Read / Write
Default value : false
uri
“uri” gchararray
URI in the form of srt://address:port
Flags : Read / Write
Default value : srt://127.0.0.1:7001
wait-for-connection
“wait-for-connection” gboolean
Block the stream until a client connects
Flags : Read / Write
Default value : true
The results of the search are