add_cc608
Inserts a base64-encoded EIA/CEA-608/708 payload into the stream.
Request body parameters are described below.
Request Parameter | Type | Description |
---|---|---|
data Required | String | Base64-encoded EIA/CEA-608/708 cc_data_pkt data. |
offset_from_now_ms | Integer | Requires Live Slicer version 17061500 or higher. Identifies a time relative to now (local system time), in milliseconds, when an operation will take effect. |
offset_time_ms | Integer | Identifies a time relative to the start of the current asset, in milliseconds, when an operation will take effect. |
Sample request:
POST /add_cc608 HTTP/1.1
{
"data": "/BQg/BRQ/EFu/G90/Ghl/HIg/FRl/HN0/BQg/BQs/BQv",
"offset_time_ms": 10000
}