lochmueller / html5videoplayer

TYPO3 CMS Extension - html5videoplayer
http://typo3.org/extensions/repository/view/html5videoplayer
7 stars 21 forks source link

Wrong JS sources in 7.2.2 #28

Closed giuseppe-cavallaro-ba closed 7 years ago

giuseppe-cavallaro-ba commented 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

But the correct path is: typo3conf/ext/html5videoplayer/Resources/Public/video.js-6.2.7/src/js/video.js

Same for youtube-js file.

lochmueller commented 7 years ago

Fixd in current master. It is recommended to use the CDN.