Skip to content

Commit

Permalink
chore(Demo): Remove non-working demo assets (shaka-project#6669)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed May 24, 2024
1 parent 1885418 commit f7ec4f2
Showing 1 changed file with 0 additions and 78 deletions.
78 changes: 0 additions & 78 deletions demo/common/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -791,27 +791,6 @@ shakaAssets.testAssets = [
.addFeature(shakaAssets.Feature.MULTIPLE_LANGUAGES)
.addFeature(shakaAssets.Feature.SUBTITLES)
.addFeature(shakaAssets.Feature.OFFLINE),
new ShakaDemoAssetInfo(
/* name= */ 'Clear, Live DASH',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/axinom_test.png',
/* manifestUri= */ 'https://akamai-axtest.akamaized.net/routes/lapd-v1-acceptance/www_c4/Manifest.mpd',
/* source= */ shakaAssets.Source.AXINOM)
// Disabled pending resolution of https://github.com/Axinom/public-test-vectors/issues/16
// Disabled pending resolution of https://github.com/Axinom/public-test-vectors/issues/17
.markAsDisabled()
.addFeature(shakaAssets.Feature.LIVE)
.addFeature(shakaAssets.Feature.MP4)
.addFeature(shakaAssets.Feature.DASH),
new ShakaDemoAssetInfo(
/* name= */ 'Clear, Live HLS',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/axinom_test.png',
/* manifestUri= */ 'https://akamai-axtest.akamaized.net/routes/lapd-v1-acceptance/www_c4/Manifest.m3u8',
/* source= */ shakaAssets.Source.AXINOM)
// Disabled pending resolution of https://github.com/Axinom/public-test-vectors/issues/17
.markAsDisabled()
.addFeature(shakaAssets.Feature.HLS)
.addFeature(shakaAssets.Feature.LIVE)
.addFeature(shakaAssets.Feature.MP4),
new ShakaDemoAssetInfo(
/* name= */ 'Multi-DRM (CBCS), multi-key',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/tears_of_steel.png',
Expand Down Expand Up @@ -1046,17 +1025,6 @@ shakaAssets.testAssets = [
.addFeature(shakaAssets.Feature.HLS)
.addFeature(shakaAssets.Feature.MP2TS)
.addFeature(shakaAssets.Feature.OFFLINE),
new ShakaDemoAssetInfo(
/* name= */ 'Sintel (HLS, TS, 4k)',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/sintel.png',
/* manifestUri= */ 'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
/* source= */ shakaAssets.Source.BITCODIN)
// Disabled because the audio playlist ends about 9 seconds early somehow.
.markAsDisabled()
.addFeature(shakaAssets.Feature.ULTRA_HIGH_DEFINITION)
.addFeature(shakaAssets.Feature.HLS)
.addFeature(shakaAssets.Feature.MP2TS)
.addFeature(shakaAssets.Feature.OFFLINE),
new ShakaDemoAssetInfo(
/* name= */ 'Art of Motion (DASH) (external thumbnails)',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/art_of_motion.png',
Expand Down Expand Up @@ -1133,18 +1101,6 @@ shakaAssets.testAssets = [
// "live streams". The content is still static, as is the timeline.

// TODO: Get actual icon?
new ShakaDemoAssetInfo(
/* name= */ 'live profile',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/sintel.png',
/* manifestUri= */ 'https://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-live/mp4-live-mpd-AV-BS.mpd',
/* source= */ shakaAssets.Source.GPAC)
// NOTE: Multiple SPS/PPS in init segment, no sample duration
// NOTE: Decoder errors on Mac
// https://github.com/gpac/gpac/issues/600
// https://bugs.webkit.org/show_bug.cgi?id=160459
.markAsDisabled()
.addFeature(shakaAssets.Feature.DASH)
.addFeature(shakaAssets.Feature.MP4),
new ShakaDemoAssetInfo(
/* name= */ 'live profile with five periods',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/gpac_test_pattern.png',
Expand All @@ -1163,18 +1119,6 @@ shakaAssets.testAssets = [
.addFeature(shakaAssets.Feature.MP4)
.addFeature(shakaAssets.Feature.HIGH_DEFINITION)
.addFeature(shakaAssets.Feature.OFFLINE),
new ShakaDemoAssetInfo(
/* name= */ 'main profile, multiple files',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/gpac_test_pattern.png',
/* manifestUri= */ 'https://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-main-multi/mp4-main-multi-mpd-AV-BS.mpd',
/* source= */ shakaAssets.Source.GPAC)
// NOTE: Multiple SPS/PPS in init segment, no sample duration
// NOTE: Decoder errors on Mac
// https://github.com/gpac/gpac/issues/600
// https://bugs.webkit.org/show_bug.cgi?id=160459
.markAsDisabled()
.addFeature(shakaAssets.Feature.DASH)
.addFeature(shakaAssets.Feature.MP4),
new ShakaDemoAssetInfo(
/* name= */ 'onDemand profile',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/gpac_test_pattern.png',
Expand All @@ -1184,28 +1128,6 @@ shakaAssets.testAssets = [
.addFeature(shakaAssets.Feature.MP4)
.addFeature(shakaAssets.Feature.HIGH_DEFINITION)
.addFeature(shakaAssets.Feature.OFFLINE),
new ShakaDemoAssetInfo(
/* name= */ 'main profile, open GOP',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/gpac_test_pattern.png',
/* manifestUri= */ 'https://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-main-ogop/mp4-main-ogop-mpd-AV-BS.mpd',
/* source= */ shakaAssets.Source.GPAC)
// NOTE: Segments do not start with keyframes
// NOTE: Decoder errors on Safari
// https://bugs.webkit.org/show_bug.cgi?id=160460
.markAsDisabled()
.addFeature(shakaAssets.Feature.DASH)
.addFeature(shakaAssets.Feature.MP4),
new ShakaDemoAssetInfo(
/* name= */ 'full profile, gradual decoding refresh',
/* iconUri= */ 'https://storage.googleapis.com/shaka-asset-icons/gpac_test_pattern.png',
/* manifestUri= */ 'https://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-full-gdr/mp4-full-gdr-mpd-AV-BS.mpd',
/* source= */ shakaAssets.Source.GPAC)
// NOTE: segments do not start with keyframes
// NOTE: Decoder errors on Safari
// https://bugs.webkit.org/show_bug.cgi?id=160460
.markAsDisabled()
.addFeature(shakaAssets.Feature.DASH)
.addFeature(shakaAssets.Feature.MP4),
// End GPAC assets }}}

// Verizon Digital Media Services (VDMS) assets {{{
Expand Down

0 comments on commit f7ec4f2

Please sign in to comment.