Elecard RTSP Source¶
Elecard RTSP Source is a GStreamer plugin for receiving media data from a specific network.
Features¶
Elecard RTSP Source has the following features:
Receives and sends RTSP commands;
Receives RTP, UDP, and TCP packets.
Parameter Description¶
Below is the table describing Elecard RTSP Source parameters and their values.
Parameter Name |
Description |
Value Type |
Available Values [range] |
Default |
Flags |
|---|---|---|---|---|---|
iface |
Specifies the network interface to receive data. |
String |
readable, writable |
||
license-state |
Indicates the license state. |
String |
evaluation |
readable |
|
location |
Specifies the location of the RTSP media resource. |
String |
readable, writable |
||
name |
Specifies the name of the object. |
String |
rtspsrc0 |
readable, writable |
|
oem-name |
Indicates the OEM name. |
String |
readable |
||
parent |
Specifies the parent of the object. |
Object of type GstObject |
readable, writable |
||
port-range |
Specifies the port range for a unicast session. |
String |
10200-10500 |
readable, writable |
|
profile |
Specifies the profile used for data transmission. |
Enum |
0 — AVP
1 — H2221
2 — RAW
3 — SAVP
|
0 |
readable, writable |
protocol |
Specifies the transport protocol used for data transmission. |
Enum |
0 — UDP
1 — TCP
|
0 |
readable, writable |
reconnect |
Enables or disables the reconnection to the source when data timeout has elapsed and data is not received. |
Boolean |
True, False |
False |
readable, writable |
timeout-connect |
Specifies the timeout (in seconds) for connecting to the RTSP server. |
Integer |
[0 – 65536] |
20 |
readable, writable |
timeout-data |
Specifies the time period (in seconds) it takes to receive data from the RTSP server. |
Integer |
[0 – 65536] |
10 |
readable, writable |
transport |
Specifies the format used in data transmission. |
Enum |
0 — RTP
1 — MP2T
2 — RAW
|
0 |
readable, writable |
unicast |
Sets the unicast or multicast data transmission. |
Boolean |
True — unicast
False — multicast
|
True |
readable, writable |