From 640d94b1f7de5ad36938f3baa32768d473242c87 Mon Sep 17 00:00:00 2001 From: Jacob Stinson <35848753+jrstinson@users.noreply.github.com> Date: Sat, 14 Nov 2020 14:44:55 -0500 Subject: [PATCH] Updates the default version of dash.js, hls.js (#1056) The default versions of hls.js and dash.js used are several releases out of date, and so by default are missing several good features. While it is possible to specify different versions for these in the configuration, I think it is valuable to keep the default versions being used up to date. --- src/props.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/props.js b/src/props.js index fb28ef2f..d4621d99 100644 --- a/src/props.js +++ b/src/props.js @@ -156,8 +156,8 @@ export const defaultProps = { forceDASH: false, forceFLV: false, hlsOptions: {}, - hlsVersion: '0.13.1', - dashVersion: '2.9.2', + hlsVersion: '0.14.16', + dashVersion: '3.1.3', flvVersion: '1.5.0' }, wistia: {