**Sample App:** Experience the ITG Library in Action.

1. Goal & Context

What we want

What is assumed

2. High-Level MediaTailor Flow

From ITG’s perspective, the MediaTailor integration is just three stages:

  1. Fetch a config from your backend / MediaTailor:
  2. Start playback with the manifestUrl:
  3. Poll the tracking endpoint:

All details (coroutines, repositories, DTOs) are just an implementation of this simple loop.

3. Step 1 – Fetch MediaTailor Config

What happens

Responsibilities