
poster image
Hello. I'm connecting JWPlayer to our Cloud CMS store which delivers content as JSON. Images and videos are stored in our Cloud CMS instance and returned as a URL:
https://a022bcec-0c8d-4f5d-b4ad-338c24b49149-hosted.cloudcms.net/static/node/d1f9dd9d3b88058eca4d
Cloud CMS does not include a file extension but the media asset is rendered via an img or video tag. However, JWPlayer does not render the posterimage URL from CloudCMS. There is a way for JWPlayer to render videos without a file extension via adding 'type' attribute to a playlist. How can I get posterimage to work?