We are utilizing the Khoros/Brightcove video integration, and we have some business users that really want to change the thumbnails on their videos.
This is possible within Brightcove itself, but I haven't been able to find out how to do it in Khoros. Has anyone cracked this egg?
Solved! Go to Solution.
@jeffshurtliff, we can do it with the Brightcove player javascript API https://docs.brightcove.com/brightcove-player/1.x/Player.html and an example snippet to start the video at 15 seconds would look like
var myvid = videojs.getPlayer("vjs_video_3") myvid.currentTime(15) myvid.play()
and to change the thumbnail, you'd use the poster()
method. However, it has to be set every time the player loads.
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!