Publish video with SSL encryption?

Is it possible to publish video with SSL Encryption?

While the article below still is correct it is referring to a more manual way of handling SSL Encryption and the examples are using our old player. If you need to use SSL Encryption for your video we recommend changing the settings instead and refer to this new article on the subject:

Yes, it is. The only thing you have to do to publish a video with SSL encryption is to put a “s” after “http” in the publishing link.
Example direct link 
Without SSL:
http://streamio.com/api/v1/videos/4d52c7e6e426007ba5000015/public_show?skin=goplayer-white-skin.swf&skin:show-title=true&streamio:tracker=global&width=640&height=360
With SSL:
https://streamio.com/api/v1/videos/4d52c7e6e426007ba5000015/public_show?skin=goplayer-white-skin.swf&skin:show-title=true&streamio:tracker=global&width=640&height=360
Example för embedding on web pages (same direct link inside an iframe tag): 
Without SSL:
<iframe class=”streamio-player” type=”text/html” width=”640″ height=”360″ src=”http://streamio.com/api/v1/videos/4d52c7e6e426007ba5000015/public_show?skin=goplayer-white-skin.swf&skin:show-title=true&streamio:tracker=global” frameborder=”0″></iframe>
With SSL:
<iframe class=”streamio-player” type=”text/html” width=”640″ height=”360″ src=”https://streamio.com/api/v1/videos/4d52c7e6e426007ba5000015/public_show?skin=goplayer-white-skin.swf&skin:show-title=true&streamio:tracker=global” frameborder=”0″></iframe>