The Nuevo plugin allows you to set a unique ID for the current media file.A unique video ID is required when using the Nuevo plugin's resume option. Video ID is also required to identify video for media tracking events.A unique video ID is possible to set in several ways:
<video id="my_player" class="video-js vjs-fluid" preload playsiniline><source src="//path-to-video-playlist.m3u8" type="application/x-mpegURL" video_id="your-unique-id"></video>
player.src({ src:"//path-to-video-playlist.m3u8" type:"application/x-mpegURL" video_id:"your-unique-id"});
player.nuevo({ video_id: "your-unique-id", title: "video title" });
var video_id = player.video_id();