Watch time limit

Video Player is loading.
Advertisement
Current Time 0:00
Duration -:-
Loaded: 0%
Stream Type LIVE
Remaining Time -:-
1x
  • Chapters
  • descriptions off, selected
  • captions off, selected
    x
    ZOOM HELP
    Drag zoomed area using your mouse.
    100%

    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.