Skip to content

Commit

Permalink
Updates DAI VOD HLS stream asset
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 629076057
  • Loading branch information
google-ima-devrel-bot authored and IMA Developer Relations committed Apr 29, 2024
1 parent 475cd89 commit 8f78829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AdvancedExample/app/MainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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:@""]
];
Expand Down
2 changes: 1 addition & 1 deletion BasicExample/app/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 8f78829

Please sign in to comment.