For low Latency live streaming, use the emp-dashif tech in the NPM package.
Set the empdashif.lowLatencyMode options.
<script src="video-js/video.js"></script>
<script src="emp/js/emp-player.js"></script>
<script src="emp/js/emp-dashif.js"></script>
<script>
let options = {
empdashif: {
lowLatencyMode: true,
}
};
demoPlayer.options(options);
</style>