Skip to content

Commit

Permalink
Updates the default version of dash.js, hls.js (#1056)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jrstinson authored Nov 14, 2020
1 parent 1dc2abd commit 640d94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 640d94b

Please sign in to comment.