Skip to content

Instantly share code, notes, and snippets.

@mseeley

mseeley/_.diff Secret

Last active February 7, 2019 19:30
Show Gist options
  • Save mseeley/908f51ac71e33d08797857d742b34296 to your computer and use it in GitHub Desktop.
Save mseeley/908f51ac71e33d08797857d742b34296 to your computer and use it in GitHub Desktop.
diff --git a/app/common/js/views/v3/components/core/BaseShakaMedia.js b/app/common/js/views/v3/components/core/BaseShakaMedia.js
index da93bb0b2f..4c3b677648 100644
--- a/app/common/js/views/v3/components/core/BaseShakaMedia.js
+++ b/app/common/js/views/v3/components/core/BaseShakaMedia.js
@@ -87,14 +87,14 @@ class BaseShakaMedia extends Component {
this._shaka.addEventListener('buffering', this.onBufferingChange);
this._shaka.addEventListener('error', this.onError);
this._shaka.configure({
- manifest: {
- // #1625
- defaultPresentationDelay: 0,
- hls: {
- // #1011
- defaultTimeOffset: 0
- }
- },
+ // manifest: {
+ // // #1625
+ // defaultPresentationDelay: 0,
+ // hls: {
+ // // #1011
+ // defaultTimeOffset: 0
+ // }
+ // },
streaming: {
bufferingGoal: this.props.bufferingGoal,
jumpLargeGaps: true,
diff --git a/package.json b/package.json
index 0a85732882..2ad93640a3 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"recharts": "1.4.1",
"redux": "3.4.0",
"reselect": "2.3.0",
- "shaka-player": "2.4.6",
+ "shaka-player": "2.5.0-beta2",
"sortablejs": "1.2.0",
"text-mask-addons": "3.4.0",
"text-mask-core": "3.2.0",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment