Skip to content

Commit 4148711

Browse files
chore: set use network info api to true by default
1 parent 0cc1b47 commit 4148711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/videojs-http-streaming.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ class VhsHandler extends Component {
696696
this.source_.useBandwidthFromLocalStorage :
697697
this.options_.useBandwidthFromLocalStorage || false;
698698
this.options_.useForcedSubtitles = this.options_.useForcedSubtitles || false;
699-
this.options_.useNetworkInformationApi = this.options_.useNetworkInformationApi || false;
699+
this.options_.useNetworkInformationApi = this.options_.useNetworkInformationApi || true;
700700
this.options_.useDtsForTimestampOffset = this.options_.useDtsForTimestampOffset || false;
701701
this.options_.customTagParsers = this.options_.customTagParsers || [];
702702
this.options_.customTagMappers = this.options_.customTagMappers || [];

0 commit comments

Comments
 (0)