muxinc / videojs-mux-kit

MIT License
33 stars 11 forks source link

Configure Hls.js to work with live streams #35

Closed erikpena closed 3 years ago

erikpena commented 3 years ago

When videojs-mux-kit is using the Hls.js tech, we need to force live streams to use Infinity as a duration so that video.js renders the live control UI appropriately.

james-mux commented 3 years ago

this looks good to me and seems to solve the issue - nice job!