wildside96 / bst-player

Automatically exported from code.google.com/p/bst-player
0 stars 0 forks source link

Allow SSL connections in YT and Vimeo providers #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Place YouTubePlayer or VimeoUniversalPlayer on a HTTPS site.

What is the expected output? What do you see instead?
Browsers block insecure content on a site and players are not showing up.

What version of the product are you using? On what operating system? On
what browser/version?
bst-player-api-2.0.3, vimeo-player-provider-2.0.1, youtube-player-provider-2.0.1

Please provide any additional information below.
We've switched our music service to SSL and videos stoped showing up.
YT and Vimeo can serve videos through SSL.

We have to recompile YT and Vimeo providers with changed hard coded URLs from 
"http" to "https" (http://www.youtube.com, http://player.vimeo.com and 
http://vimeo.com). With this modification everything works as expected.
It would be great to have a secureUrl flag to set or parameter to pass in 
constructors.

Thank you for your work!
- Krzysztof

Original issue reported on code.google.com by Krzyszto...@gmail.com on 23 Sep 2013 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by sbrah...@gmail.com on 23 Sep 2013 at 3:03