mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-17 16:26:39 +03:00
Feature "Dark Truths" in HLS
This puts HLS content front and center for a better demo on iOS. Change-Id: I8e058bbddb82e8c50e2521f7619a89be9bc91f56
This commit is contained in:
+12
-3
@@ -183,17 +183,26 @@ shakaAssets.UplynkRequestFilter = function(type, request) {
|
||||
shakaAssets.testAssets = [
|
||||
// Shaka assets {{{
|
||||
new ShakaDemoAssetInfo(
|
||||
/* name= */ 'Big Buck Bunny: the Dark Truths of a Video Dev Cartoon',
|
||||
/* name= */ 'Big Buck Bunny: the Dark Truths of a Video Dev Cartoon (DASH)', // eslint-disable-line max-len
|
||||
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/dark_truth.png',
|
||||
/* manifestUri= */ 'https://storage.googleapis.com/shaka-demo-assets/bbb-dark-truths/dash.mpd',
|
||||
/* source= */ shakaAssets.Source.SHAKA)
|
||||
.addDescription('A serious documentary about a problem plaguing video developers.') // eslint-disable-line max-len
|
||||
.markAsFeatured('Big Buck Bunny: the Dark Truths')
|
||||
.addFeature(shakaAssets.Feature.DASH)
|
||||
.addFeature(shakaAssets.Feature.HIGH_DEFINITION)
|
||||
.addFeature(shakaAssets.Feature.MP4)
|
||||
.addFeature(shakaAssets.Feature.WEBM)
|
||||
.addFeature(shakaAssets.Feature.OFFLINE),
|
||||
new ShakaDemoAssetInfo(
|
||||
/* name= */ 'Big Buck Bunny: the Dark Truths of a Video Dev Cartoon (HLS)', // eslint-disable-line max-len
|
||||
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/dark_truth.png',
|
||||
/* manifestUri= */ 'https://storage.googleapis.com/shaka-demo-assets/bbb-dark-truths-hls/hls.m3u8',
|
||||
/* source= */ shakaAssets.Source.SHAKA)
|
||||
.addDescription('A serious documentary about a problem plaguing video developers.') // eslint-disable-line max-len
|
||||
.markAsFeatured('Big Buck Bunny: the Dark Truths')
|
||||
.addFeature(shakaAssets.Feature.HLS)
|
||||
.addFeature(shakaAssets.Feature.HIGH_DEFINITION)
|
||||
.addFeature(shakaAssets.Feature.MP4)
|
||||
.addFeature(shakaAssets.Feature.OFFLINE),
|
||||
new ShakaDemoAssetInfo(
|
||||
/* name= */ 'Angel One (multicodec, multilingual)',
|
||||
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/angel_one.png',
|
||||
|
||||
Reference in New Issue
Block a user