-
I always struggle to get vanilla JS stuff to work in Svelte; looks like these folks have made a Svelte component for it https://github.com/sampotts/plyr
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
blurhash
Discontinued Using woltapp/blurhash to make nice placeholders for Mux videos. Works nicely with Mux Player. (by muxinc)
There's a blurhash module and SvelteKit examples around using it in an SSR environment that make things feel pretty absurdly snappy. It can be used with any player, but the examples all use mux-player, which uses mux-video under the hood, but also includes things like a custom UI and such. We don't publicly document it for support reasons, but the attribute you'd need to use it with a non-Mux src should be pretty easy to guess.
-
Hrmmm if you're still seeing that SSG issue you might want to open up an issue so someone can take a look. Worst case scenario it just shouldn't do anything in the server environment, but we definitely would consider any errors a bug.