We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc1b47 commit 4148711Copy full SHA for 4148711
src/videojs-http-streaming.js
@@ -696,7 +696,7 @@ class VhsHandler extends Component {
696
this.source_.useBandwidthFromLocalStorage :
697
this.options_.useBandwidthFromLocalStorage || false;
698
this.options_.useForcedSubtitles = this.options_.useForcedSubtitles || false;
699
- this.options_.useNetworkInformationApi = this.options_.useNetworkInformationApi || false;
+ this.options_.useNetworkInformationApi = this.options_.useNetworkInformationApi || true;
700
this.options_.useDtsForTimestampOffset = this.options_.useDtsForTimestampOffset || false;
701
this.options_.customTagParsers = this.options_.customTagParsers || [];
702
this.options_.customTagMappers = this.options_.customTagMappers || [];
0 commit comments