Entering an SSL URL breaks the module, though this is the default URL returned from Wistia. Expanding the conditional to include https on line 90 of the MediaWistiaStreamWrapper.inc file seems to fix this issue:

    if (in_array($parameters['v'], array('http', 'https'))) {

Comments

Nikki DelRosso created an issue.