Reputation: 16585
I have a business web app which is served using SSL only. One of the pages has a video served from screencast.com. Screencast.com doesn't seem to support SSL and the video is streamed using http and therefore I get a mixed content IE warning.
The video is showing using a lightbox type window using an iFrame.
Are there any workarounds or solutions to avoid the warning? Other than serving the page without SSL.
I might have to switch from screencast.com. Any video streaming hosts which support streaming over SSL and support iPads?
Upvotes: 2
Views: 2415
Reputation: 16585
Instead of using a Lightbox where the html is on the same page, I opted to launch another browser window and made it look like a lightbox popup as much as possible.
Upvotes: 0
Reputation: 70369
You could serve the video yourself but I am not sure that this worth the trouble.
One option would be to use http://sproutvideo.com/features - they can serve via SSL and support among other things iPad etc. (not affiliated, not even a customer)
Upvotes: 1