IndyIndyIndy / youku

Youku Online Media Service for TYPO3
Other
1 stars 6 forks source link

SSL #3

Open webdev2027 opened 3 years ago

webdev2027 commented 3 years ago

Hi, today I've installed your Extension. Thanks, great work! But after include the YouKu-URL, I don't see the Video(-Player) yet.

After change the Link with dev-tools from http to https it works.

typo3conf/ext/youku/Classes/Resource/Rendering/YoukuRenderer.php L:147 delete http ?!? return sprintf('//player.youku.com/embed/%s?%s', $videoId, implode('&', $urlParams));

Please have a look, because I'm not a Backend-Developer.