The information appears on each user's active status and stays on top when the player is paused. There are several parameters that allow you to control the appearance of the title and description.
<script>var player = videojs('video1');player.nuevo({videoInfo: true,infoUrl: 'https://www.nuevodevel.com/nuevo/order',title: 'Nuevo plugin for VideoJs',description: 'Order the most advanced plugin for Videojs by Nuevodevel.com',url: 'https://www.nuevodevel.com/nuevo/order',infoIcon: "//url-to-icon-image.png"});</script>