
Poster image is not displaying when it's been generated from the video
The poster image is working fine when a jpg has been uploaded, but not if it was generated from the video. Does the format or source change?
Code:
var playerInstance = jwplayer("myElement-example");
playerInstance.setup({
file: "//content.jwplatform.com/videos/example.mp3",
image:"http://content.jwplatform.com/thumbs/example.jpg",
stretching:"fill",
mediaid: "mediaIdhere"
});