Skip to content

Commit

Permalink
Add new test asset for TTML
Browse files Browse the repository at this point in the history
Issue #111

Change-Id: Ifb1dde142c8acee5a2e67b8a76ddea743af957d3
  • Loading branch information
joeyparrish committed Jun 23, 2016
1 parent ea94157 commit 44e5510
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion demo/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,22 @@ shakaAssets.testAssets = [
'com.widevine.alpha': '//widevine-proxy.appspot.com/proxy'
}
},
{
name: 'Tears of Steel (multicodec, TTML)',
manifestUri: '//storage.googleapis.com/shaka-demo-assets/tos-ttml/dash.mpd',
encoder: shakaAssets.Encoder.SHAKA_PACKAGER,
source: shakaAssets.Source.SHAKA,
drm: [],
features: [
shakaAssets.Feature.HIGH_DEFINITION,
shakaAssets.Feature.MP4,
shakaAssets.Feature.PSSH,
shakaAssets.Feature.SEGMENT_BASE,
shakaAssets.Feature.SUBTITLES,
shakaAssets.Feature.TTML,
shakaAssets.Feature.WEBM
]
},
// }}}

// YouTube assets {{{
Expand Down Expand Up @@ -597,9 +613,9 @@ shakaAssets.testAssets = [
features: [
shakaAssets.Feature.EMBEDDED_TEXT,
shakaAssets.Feature.HIGH_DEFINITION,
shakaAssets.Feature.MP4,
shakaAssets.Feature.SEGMENT_TEMPLATE_TIMELINE,
shakaAssets.Feature.SEGMENTED_TEXT,
shakaAssets.Feature.MP4,
shakaAssets.Feature.SUBTITLES,
shakaAssets.Feature.TTML,
shakaAssets.Feature.ULTRA_HIGH_DEFINITION
Expand Down

0 comments on commit 44e5510

Please sign in to comment.