Another Nuevo plugin's feature allows you to limit only one video playing at the same time on the website page. To disable this functionality, just set the appropriate Nuevo plugin option:
Code snippet
player.nuevo ({ singlePlay:false });
or
Code snippet
const player = videojs ("my_player", {license: "key", singlePlay:false});