/AWS1/CL_MDLINPUTLOCATION¶
Input Location
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_uri TYPE /AWS1/MDL__STRINGMAX2048 /AWS1/MDL__STRINGMAX2048¶
Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".
Optional arguments:¶
iv_passwordparam TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
key used to extract the password from EC2 Parameter store
iv_username TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
Documentation update needed
Queryable Attributes¶
PasswordParam¶
key used to extract the password from EC2 Parameter store
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PASSWORDPARAM() |
Getter for PASSWORDPARAM, with configurable default |
ASK_PASSWORDPARAM() |
Getter for PASSWORDPARAM w/ exceptions if field has no value |
HAS_PASSWORDPARAM() |
Determine if PASSWORDPARAM has a value |
Uri¶
Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URI() |
Getter for URI, with configurable default |
ASK_URI() |
Getter for URI w/ exceptions if field has no value |
HAS_URI() |
Determine if URI has a value |
Username¶
Documentation update needed
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |