From 581894e1e4a07e99600fea757e491dfe6531e7a5 Mon Sep 17 00:00:00 2001 From: Wojciech Kozyra Date: Wed, 11 Sep 2024 15:18:54 +0200 Subject: [PATCH] [demos] Fix missing asset --- demos/2-tv_broadcast/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demos/2-tv_broadcast/index.ts b/demos/2-tv_broadcast/index.ts index dcb7903ef..4ece66a62 100644 --- a/demos/2-tv_broadcast/index.ts +++ b/demos/2-tv_broadcast/index.ts @@ -27,8 +27,7 @@ const DISPLAY_LOGS = true; const BUNNY_PATH = path.join(__dirname, '../assets/bunny.mp4'); const TV_PATH = path.join(__dirname, '../assets/green_screen_example.mp4'); -const REPORTER_URL = - 'https://assets.mixkit.co/videos/preview/mixkit-female-reporter-reporting-with-microphone-in-hand-on-a-chroma-28293-large.mp4'; +const REPORTER_URL = 'https://assets.mixkit.co/videos/28293/28293-1080.mp4'; const BUNNY_URL = 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4'; const BACKGROUND_URL =