This table stores stream keys (BISS keys, SRT passwords) as described below.
| Field | null | Description |
|---|---|---|
| key_id | no | A unique ID of this StreamKeyData record (auto generated). |
| name | no | The user defined name of this stream key. This name also must be unique because the operator selects the key by this name. |
| type | no | The key type, one of 'BISS-1', 'BISS-E' or 'PASSPHRASE'. |
| key | no | The key value associated with the id and name in this record. For biss keys this is a string entirely consisting of the hexadeximal characters 0123456789ABCDEF, it is either 12 or 16 characters long. For other key types the key is free text. |
| modified | no | automatically created timestamp of last change |