Jquery – I am trying to clone the brightcove player into another div but once cloned the video is not getting played
I wanted to clone the brightcove player into another div and play in the new div on clicking the click to clone button. But the video is not playing in the cloned div videojs.getPlayer('myPlayerID').ready(function() { var myPlayer = this; //…