Skip to content

Commit

Permalink
fix(demo): Remove redundant switch for manifest.dash.ignoreDrmInfo
Browse files Browse the repository at this point in the history
Change-Id: I695a9202867f862042614578245daf6bdefd88dd
  • Loading branch information
joeyparrish committed Nov 11, 2020
1 parent 0283283 commit ebb1e34
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion demo/common/message_ids.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ shakaDemo.MessageIds = {
IGNORE_DASH_EMPTY_ADAPTATION_SET: 'DEMO_IGNORE_DASH_EMPTY_ADAPTATION_SET',
IGNORE_DASH_DRM: 'DEMO_IGNORE_DASH_DRM',
IGNORE_DASH_SUGGESTED_PRESENTATION_DELAY: 'DEMO_IGNORE_DASH_SUGGESTED_PRESENTATION_DELAY',
IGNORE_DRM: 'DEMO_IGNORE_DRM',
IGNORE_HLS_TEXT_FAILURES: 'DEMO_IGNORE_HLS_TEXT_FAILURES',
USE_FULL_SEGMENTS_FOR_START_TIME: 'DEMO_USE_FULL_SEGMENTS_FOR_START_TIME',
IGNORE_MIN_BUFFER_TIME: 'DEMO_IGNORE_MIN_BUFFER_TIME',
Expand Down
1 change: 0 additions & 1 deletion demo/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ shakaDemo.Config = class {
/* canBeZero= */ false,
/* canBeUnset= */ true)
.addTextInput_(MessageIds.CLOCK_SYNC_URI, 'manifest.dash.clockSyncUri')
.addBoolInput_(MessageIds.IGNORE_DRM, 'manifest.dash.ignoreDrmInfo')
.addNumberInput_(MessageIds.DEFAULT_PRESENTATION_DELAY,
'manifest.defaultPresentationDelay')
.addBoolInput_(MessageIds.IGNORE_MIN_BUFFER_TIME,
Expand Down
1 change: 0 additions & 1 deletion demo/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"DEMO_IGNORE_DASH_DRM": "Ignore DASH DRM Info",
"DEMO_IGNORE_DASH_EMPTY_ADAPTATION_SET": "Ignore empty DASH AdaptationSets",
"DEMO_IGNORE_DASH_SUGGESTED_PRESENTATION_DELAY": "Ignore DASH suggestedPresentationDelay",
"DEMO_IGNORE_DRM": "Ignore DRM Info",
"DEMO_IGNORE_HLS_TEXT_FAILURES": "Ignore HLS Text Stream Failures",
"DEMO_USE_FULL_SEGMENTS_FOR_START_TIME": "Use Full Segments For Start Time",
"DEMO_IGNORE_MIN_BUFFER_TIME": "Ignore Min Buffer Time",
Expand Down
4 changes: 0 additions & 4 deletions demo/locales/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,6 @@
"description": "The name of a configuration value.",
"message": "Ignore [PROPER_NAME:DASH] [JARGON:suggestedPresentationDelay]"
},
"DEMO_IGNORE_DRM": {
"description": "The name of a configuration value.",
"message": "Ignore [JARGON:DRM] Info"
},
"DEMO_IGNORE_HLS_TEXT_FAILURES": {
"description": "The name of a configuration value.",
"message": "Ignore [PROPER_NAME:HLS] Text Stream Failures"
Expand Down

0 comments on commit ebb1e34

Please sign in to comment.