Many platforms position themselves as “sovereign” because their infrastructure is located in Europe. At first glance, that sounds reassuring. Data stays inside the EU, under European hosting providers, inside European datacenters. But the physical location of your data is only part of the story.
Not everything that matters is visible. Performance and design are easy to judge, but security, privacy, and internal controls are not. Those are often the areas where the biggest risks sit.
The Mave ISMS has officially achieved ISO 27001 certification. With this milestone, we meet the international standard for information security management systems (ISMS) - a globally recognized framework for protecting information in a structured, verifiable way. This certification marks another step forward in how we build and run Mave.
We’re building toward a more fully open source Mave, step by step: open standards, no lock-in, real portability, and privacy by design for video infrastructure in Europe.
The digital world should work for everyone. Video plays a central role in how people experience the web, but it only truly works when it’s accessible.
Europe wants to reduce dependence on non-EU platforms and regain control over digital infrastructure. For organisations that use video, that changes everyday choices about hosting, data flows, and control.
For years, cookie banners have been the web’s awkward compromise between privacy and usability. Europe is now moving consent into the browser, and that changes everything. Especially for online video, which has quietly depended on tracking far more than most people realize.
For years, cookie banners have been the web’s awkward compromise between privacy and usability. Europe is now moving consent into the browser, and that changes everything. Especially for online video, which has quietly depended on tracking far more than most people realize.
To get a better understanding of what you can do with mave, we’re introducing a 101 course as an introduction to our component library. And as a video company, we couldn’t resist creating eight videos that total around twenty minutes. In those twenty minutes, we’ll cover everything you need to build your own video course site.
Statamic is a fantastic CMS with a wonderful community. It’s super developer-friendly and easily extendable with addons. If you’re reading this, you probably already appreciate Statamic. However, when it comes to integrating video, the options are limited to either using YouTube or linking directly to an MP4 file. Interestingly, even Statamic’s own site includes a rick-roll when showcasing their video capabilities.
1
2
3
4
5
<script type="module">
import { Player } from "https://cdn.video-dns.com/npm/@maveio/components/+esm";
</script>
<mave-player embed="ubg50Cq5Ilpnar1"></mave-player>
<script type="module">
import { Player } from "https://cdn.video-dns.com/npm/@maveio/components/dist/react.js";
</script>
<Player embed="ubg50Cq5Ilpnar1"></Player>
<script type="module">
import { Player } from "https://cdn.video-dns.com/npm/@maveio/components/+esm";
</script>
<mave-player embed="ubg50Cq5Ilpnar1"></mave-player>