Closed giuseppe-cavallaro-ba closed 7 years ago
The current Version 7.2.2 has wrong JS paths.
For Example video.js
It tries to get the js file from this path: typo3conf/ext/html5videoplayer/Resources/Public/video-js-6.2.7/video.js
typo3conf/ext/html5videoplayer/Resources/Public/video-js-6.2.7/video.js
But the correct path is: typo3conf/ext/html5videoplayer/Resources/Public/video.js-6.2.7/src/js/video.js
typo3conf/ext/html5videoplayer/Resources/Public/video.js-6.2.7/src/js/video.js
Same for youtube-js file.
Fixd in current master. It is recommended to use the CDN.
The current Version 7.2.2 has wrong JS paths.
For Example video.js
It tries to get the js file from this path:
typo3conf/ext/html5videoplayer/Resources/Public/video-js-6.2.7/video.js
But the correct path is:
typo3conf/ext/html5videoplayer/Resources/Public/video.js-6.2.7/src/js/video.js
Same for youtube-js file.