We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba311b commit f013a6bCopy full SHA for f013a6b
assets/js/player.js
@@ -23,7 +23,7 @@ var options = {
23
},
24
html5: {
25
preloadTextTracks: false,
26
- hls: {
+ vhs: {
27
overrideNative: true
28
}
29
@@ -50,7 +50,7 @@ var shareOptions = {
50
embedCode: "<iframe id='ivplayer' width='640' height='360' src='" + embed_url + "' style='border:none;'></iframe>"
51
52
53
-videojs.Hls.xhr.beforeRequest = function(options) {
+videojs.Vhs.xhr.beforeRequest = function(options) {
54
if (options.uri.indexOf('videoplayback') === -1 && options.uri.indexOf('local=true') === -1) {
55
options.uri = options.uri + '?local=true';
56
0 commit comments