SCTE 104 Part 1
splice_insert_type
Enumerated values
Clause citations
| Value | Dec | Name | Description | History | Related |
|---|---|---|---|---|---|
| 0 | 0 | reserved | Reserved and not a valid splice type. | ||
| 1 | 1 | spliceStart_normal | Starts a splice out of the network feed with pre-roll, the normal way to begin a break. The resulting SCTE 35 splice_insert() sets out_of_network_indicator to 1. | Pairs with 3 | |
| 2 | 2 | spliceStart_immediate | Starts a splice out of the network at the exact point with no pre-roll. Sets splice_immediate_flag and out_of_network_indicator to 1, and is discouraged because it can produce inaccurate splices. | Pairs with 4 | |
| 3 | 3 | spliceEnd_normal | Signals the return to the network feed with pre-roll, ending a break. Sets out_of_network_indicator to 0. | Pairs with 1 | |
| 4 | 4 | spliceEnd_immediate | Ends a splice immediately, before the planned point. Sets out_of_network_indicator to 0 and splice_immediate_flag to 1. | Pairs with 2 | |
| 5 | 5 | splice_cancel | Cancels a previously sent spliceStart_normal, identified by its splice_event_id. Sets splice_event_cancel_indicator to 1. |