Multiple players on page

This is another optional Nuevo plugin's feature, which allows you to limit only one video playing at the same time on the website page. To enable this functionality, just set the appropriate Nuevo plugin option:
Code snippet
player.nuevo ({ singlePlay:true });
or
Code snippet
var player = videojs ("myplayer", {license: "key", singlePlay:true});