We’ve released Nimio Player 1.7.0, a new update to our open-source WebCodecs-based player for low-latency playback. This version introduces one practical feature focused on a better VOD and DVR user experience: VOD thumbnails. The 1.7.0 release on GitHub lists “Add VOD thumbnails” as the change in this version.
Nimio is part of Softvelum’s open-source playback stack built around SLDP and modern browser media APIs. Previous recent releases expanded the player with capabilities such as SSAI support, synchronized playback, DVR support, adaptive streaming, codec expansion, and richer playback controls. Version 1.7.0 continues that evolution by improving how users navigate recorded content.
VOD thumbnails in Nimio
With version 1.7.0, Nimio can show video thumbnails above the progress bar while a viewer hovers over or drags the timeline in VOD mode. This makes it much easier to navigate recorded streams, preview upcoming content, and jump to the exact moment without blind seeking. The current Nimio README describes this as a VOD option that enables thumbnails above the player progress bar during hover or drag actions.
This is especially useful for:
recorded live streams and DVR playback,long-form event recordings,sports and news content,any workflow where users need quick visual navigation within a timeline.
Why this matters
Low-latency playback is only one part of the viewing experience. This fits naturally into Nimio’s broader move from pure live playback toward a more complete playback solution for real-world streaming deployments.
How it works
The current Nimio configuration allows thumbnails to be enabled inside the vod settings block with thumbnails: true.
A typical configuration looks like this:
nimio = new Nimio({
streamUrl: "wss://example.com/live/stream",
container: "#player",
vod: {
url: "https://example.com/live/stream/playlist_dvr.m3u8",
thumbnails: true
}
});
Built for practical playback workflows
This release is incremental, but it improves an important part of day-to-day usability. Teams building custom playback interfaces often need both ultra-low-latency live playback and comfortable recorded-content navigation in the same player. With VOD thumbnails, Nimio becomes more convenient for production deployments where viewers need to move around recorded content quickly and accurately. That aligns well with Nimio’s existing support for live playback, DVR workflows, and flexible player configuration.
Try Nimio 1.7.0
You can explore the release on GitHub and test the latest player in the Nimio demo environment. Nimio remains fully open source and continues to evolve as Softvelum’s modern browser player for SLDP and WebCodecs-based playback.