From 32a72fa237c181a7a0443d0da6116ca447a9ac7e Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Wed, 28 Oct 2020 13:32:28 +0000 Subject: [PATCH] Add sample for testing skippable ads in midrolls #minor-release PiperOrigin-RevId: 339447845 --- demos/main/src/main/assets/media.exolist.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demos/main/src/main/assets/media.exolist.json b/demos/main/src/main/assets/media.exolist.json index 24213918f5..4fdfaddea6 100644 --- a/demos/main/src/main/assets/media.exolist.json +++ b/demos/main/src/main/assets/media.exolist.json @@ -497,6 +497,11 @@ "name": "VMAP midroll at 1765 s", "uri": "https://storage.googleapis.com/exoplayer-test-media-1/mp4/frame-counter-one-hour.mp4", "ad_tag_uri": "https://vastsynthesizer.appspot.com/midroll-large" + }, + { + "name": "VMAP midroll ad pod at 5 s with 10 skippable ads", + "uri": "https://storage.googleapis.com/exoplayer-test-media-1/mp4/frame-counter-one-hour.mp4", + "ad_tag_uri": "https://vastsynthesizer.appspot.com/midroll-10-skippable-ads" } ] },