From 8f788297a434ee4e351eea64efe4caa0fbfc361b Mon Sep 17 00:00:00 2001 From: Jackson Sui Date: Mon, 29 Apr 2024 08:28:08 -0700 Subject: [PATCH] Updates DAI VOD HLS stream asset PiperOrigin-RevId: 629076057 --- AdvancedExample/app/MainViewController.m | 2 +- BasicExample/app/ViewController.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AdvancedExample/app/MainViewController.m b/AdvancedExample/app/MainViewController.m index 0ce4fd2..d31554b 100644 --- a/AdvancedExample/app/MainViewController.m +++ b/AdvancedExample/app/MainViewController.m @@ -44,7 +44,7 @@ - (void)initVideos { self.videos = @[ [[Video alloc] initWithTitle:@"Live stream" assetKey:@"c-rArva4ShKVIAkNfy6HUQ" apiKey:@""], [[Video alloc] initWithTitle:@"VOD Stream" - contentSourceId:@"2528370" + contentSourceId:@"2548831" videoId:@"tears-of-steel" apiKey:@""] ]; diff --git a/BasicExample/app/ViewController.m b/BasicExample/app/ViewController.m index 0b966b6..8e2f295 100644 --- a/BasicExample/app/ViewController.m +++ b/BasicExample/app/ViewController.m @@ -12,7 +12,7 @@ /// Live stream asset key. static NSString *const kAssetKey = @"c-rArva4ShKVIAkNfy6HUQ"; /// VOD content source ID. -static NSString *const kContentSourceID = @"2528370"; +static NSString *const kContentSourceID = @"2548831"; /// VOD video ID. static NSString *const kVideoID = @"tears-of-steel";