Integrate videojs-errors.
parent
94344e918e
commit
aa6a04f25b
|
@ -1,5 +1,9 @@
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import videojs, { VideoJsPlayer, VideoJsPlayerOptions } from 'video.js';
|
import videojs, { VideoJsPlayer, VideoJsPlayerOptions } from 'video.js';
|
||||||
|
import 'videojs-errors';
|
||||||
|
// TODO - localization
|
||||||
|
// import 'videojs-errors/dist/lang/de';
|
||||||
|
// import 'videojs-errors/dist/lang/en';
|
||||||
// import 'videojs-contrib-dash';
|
// import 'videojs-contrib-dash';
|
||||||
import { ResponsiveEmbed } from 'react-bootstrap';
|
import { ResponsiveEmbed } from 'react-bootstrap';
|
||||||
|
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
"url-slug": "^2.3.2",
|
"url-slug": "^2.3.2",
|
||||||
"video.js": "^7.8.4",
|
"video.js": "^7.8.4",
|
||||||
"videojs-contrib-dash": "^2.11.0",
|
"videojs-contrib-dash": "^2.11.0",
|
||||||
|
"videojs-errors": "^4.3.2",
|
||||||
"webpack": "^4.0.0",
|
"webpack": "^4.0.0",
|
||||||
"xmlbuilder2": "^2.3.1"
|
"xmlbuilder2": "^2.3.1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue