@eluvio/elv-player-js 1.0.122 → 1.0.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.js +0 -3
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -774,9 +774,6 @@ export class EluvioPlayer {
|
|
|
774
774
|
|
|
775
775
|
// Inject
|
|
776
776
|
const hlsPlayer = new HLSPlayer({
|
|
777
|
-
maxBufferLength: 30,
|
|
778
|
-
maxBufferSize: 300,
|
|
779
|
-
enableWorker: true,
|
|
780
777
|
capLevelToPlayerSize: this.playerOptions.capLevelToPlayerSize,
|
|
781
778
|
xhrSetup: xhr => {
|
|
782
779
|
xhr.setRequestHeader("Authorization", `Bearer ${authorizationToken}`);
|