diff --git a/AdvancedExample/app/MainViewController.m b/AdvancedExample/app/MainViewController.m index d31554b..0ce4fd2 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:@"2548831" + contentSourceId:@"2528370" videoId:@"tears-of-steel" apiKey:@""] ]; diff --git a/BasicExample/app/ViewController.m b/BasicExample/app/ViewController.m index 8e2f295..0b966b6 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 = @"2548831"; +static NSString *const kContentSourceID = @"2528370"; /// VOD video ID. static NSString *const kVideoID = @"tears-of-steel";