The StreamKeyData data record holds the information about one BISS or SRT key in the streamkeys table of the database . It is used by the /api/v1/streamkeys API calls.
Data Model
| Key | Type | Value |
|---|---|---|
| keyId | Number | A unique ID of this StreamKeyData record (auto generated). |
| name | String | The user defined name of this stream key. This name also must be unique because the operator selects the key by this name. |
| keyType | String | The key type, one of 'BISS-1', 'BISS-E' or 'PASSPHRASE'. |
| key | String | 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 | String | timestamp, generated by database at creation / modification time |