Insert Ad Markers (EXT-X-CUE-OUT/EXT-X-CUE-IN) | v0.17.3.0+
OvenMediaEngine Enterprise supports Ad Markers insertion starting from version 0.17.3.0-1.
You can dynamically insert Ad Markers into LL-HLS and HLS playlists using the REST API.
When requesting the CUE-OUT event, the following tags will be added to the playlist:
#EXT-X-CUE-OUT
and #EXT-X-CUE-IN
are a pair, and the entire section between the two tags will be replaced with ad content by the ad server.
DURATION=<time>
is required and represents the duration of the ad.
You can request the CUE-IN event to end an inserted ad early. When the event is called, the #EXT-X-CUE-IN
tag is immediately added to the playlist, and the previously added #EXT-X-CUE-IN
tag is removed.
API Interface
Request
Responses