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>