1a64c949 by Tom Johnson Committed by David LaPalomento

Update plugin to add hls to default tech order

1 parent aecdda0d
......@@ -756,4 +756,7 @@ resolveUrl = videojs.Hls.resolveUrl = function(basePath, path) {
return result;
};
// Add HLS to the standard tech order
videojs.options.techOrder.push('hls');
})(window, window.videojs, document);
......