ENTRA DAI — start ad break (cue-out)
Signals to all downstream receivers (TAG, YouTube) that the stream is entering an advertising window of 210 s. A 210-second duration is YouTube's standard slot length. The marker is emitted on PID 500 within ~4 s.
POST /api/dai/in
Content-Type: application/json
{}
{
"success": true,
"message": "OK",
"splice_id": 1839472018,
"type": "in"
}
aws medialive batch-update-schedule \
--region eu-west-2 --channel-id 6636275 \
--creates '{
"ScheduleActions": [{
"ActionName": "dai-in-1747844218-1839472018",
"ScheduleActionStartSettings": {
"ImmediateModeScheduleActionStartSettings": {}
},
"ScheduleActionSettings": {
"Scte35SpliceInsertSettings": {
"SpliceEventId": 1839472018,
"Duration": 18900000
}
}
}]
}'
SCTE-35 semantics: splice_insert with out_of_network_indicator=1 and break_duration.duration=18,900,000 ticks (210 s in 90 kHz clock).
SpliceEventId is a 32-bit uint generated server-side, used later to match the cue-in.