Add Metadata
Inject a file or sockets contents as metadata to each frame.
Overview
Add Metadata to frames. Connects to a port and injects data read from the port as metadata to each frame.
Inputs & Outputs
- Inputs : 1, Media Format : Any
- Outputs : 1, Media Format: Same as Input
- Output Metadata : See below.
Properties
| Property | Description | Type | Default | Required |
|---|---|---|---|---|
source_uri | Reads newline-delimited text from this URI and appends it to frame metadata. | string | null | Yes |
- URI format:
tcp://<ip-address>:<port> - Node will connect to this Port & IP Address and add received data as metadata.
\nis used as a data delimiter.
Output Metadata
The fields below are declared by this node's metadata schema; any JSON values are representative examples.
| Path | Type | Description |
|---|---|---|
<node_id>.metadata | string | Text as retrieved from the socket. |
<node_id>.type | string | Identifies the node type that produced this metadata. |
JSON example
{
"metadata_add1": {
"metadata": "value",
"type": "metadata_add"
}
}Updated 19 days ago
Did this page help you?
