Watch time limit


This video can play only 15 seconds.
After 15 second limit, appropriate image will be displayed.

Player initialization Code example

<!--Initialize videojs and plugins-->
<script>
	var player = videojs('player_1');
	player.nuevo({ 
		limit: 15,
		limiturl: '//path-to-limit-website-page',
		limitimage: '../examples/assets/images/limit.png'
	});
</script>

To learn how to setup custom limit message text or limit image check Nuevodevel Tutorial.