UpNext Plugin Example

Unique UpNext plugin by Nuevodevel.com is another addon that might be useful for many webmasters.
Full information about plugin usage and available options you can find on .../nuevo/showcase/upnext

Basic setup

<link href="../skins/treso/videojs.min.css" rel="stylesheet" type="text/css" />
<script src="../video.min.js"></script>
<script src="../nuevo.min.js"></script>
<link href="../plugins/upnext.css" rel="stylesheet" type="text/css" />
<script src="../plugins/upnext.js"></script>

<script>
	var player = videojs('player_1');
	player.nuevo({ contextMenu:false });
	player.upnext( nextList );
</script>
Check HTML source what is nextList javascript array. Find more information on plugin's dedicated demo on Nuevodevel.com