mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-17 16:26:39 +03:00
Add live asset that has multiple Periods.
Change-Id: I760b810132a9e3b9b18bda1b57f1ec52b7784b43
This commit is contained in:
+14
-2
@@ -818,6 +818,20 @@ shakaAssets.testAssets = [
|
||||
shakaAssets.Feature.SEGMENT_TEMPLATE_TIMELINE
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Live sim (multi-period)',
|
||||
manifestUri: '//vm2.dashif.org/livesim/utc_head/periods_20/testpic_2s/Manifest.mpd', // gjslint: disable=110
|
||||
|
||||
encoder: shakaAssets.Encoder.UNKNOWN,
|
||||
source: shakaAssets.Source.DASH_IF,
|
||||
drm: [],
|
||||
features: [
|
||||
shakaAssets.Feature.LIVE,
|
||||
shakaAssets.Feature.MP4,
|
||||
shakaAssets.Feature.MULTIPERIOD,
|
||||
shakaAssets.Feature.SEGMENT_TEMPLATE_TIMELINE
|
||||
]
|
||||
},
|
||||
// }}}
|
||||
|
||||
// Wowza assets {{{
|
||||
@@ -1050,6 +1064,4 @@ shakaAssets.testAssets = [
|
||||
]
|
||||
}
|
||||
// }}}
|
||||
|
||||
// TODO: Add a stable live stream with multiple periods.
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user