
VLC Crosses 7 Billion Downloads in the Streaming Era
VLC Crosses 7 Billion Downloads in the Streaming Era
In an age of expensive streaming subscriptions and walled-garden apps, the humble open-source media player VLC has quietly crossed 7 billion downloads across every platform. The milestone was confirmed by Jean-Baptiste Kempf, VLC's president and lead developer, and first reported by TechCrunch.
The number is staggering on its own, but the pace matters more. VLC hit 6 billion downloads in January 2025, so this latest billion landed in roughly 18 months — real momentum for a piece of software that has survived the rise of streaming, the death of local media libraries, and the browser's slow takeover of everything.
Why VLC Still Matters
VLC's secret isn't a feature that competitors can't copy. It's that the project does one thing extremely well and refuses to charge for it.
Built by the non-profit VideoLAN, VLC plays just about any file format you throw at it — the famously long list of supported codecs — without forcing you to hunt down and install individual codec packs. For a Linux user, that single fact has been enough to keep it installed on every machine for two decades. Where the browser chokes on an odd container or a missing audio track, VLC shrugs and plays it.
It also doesn't phone home. No ads, no telemetry nagging you to subscribe, no account wall. In an era where even local music and video players push streaming features at you, VLC staying out of the way is the feature.
There's a genuinely developer-relevant angle here too. VLC started back in 2001 as a client for streaming video from satellite dishes, and the project's roots in a university lab (École Centrale Paris) shaped its ethos: free, cross-platform, and built on open standards. That lineage is exactly why so many developers still reach for vlc from the command line to transcode or stream a file rather than trusting a GUI wrapper.
A Shockingly Useful Command-Line Tool
Most people know VLC as a desktop app with the orange traffic-cone icon. But it's also a quietly powerful CLI tool that scripts beautifully. Need to convert a video without installing ffmpeg? VLC's got you:
# Convert a video to a smaller MP4 with a specific bitrate
vlc input.mkv \
--sout "#transcode{vcodec=h264,vb=1200,acodec=mpga,ab=128}:standard{access=file,mux=mp4,dst=output.mp4}" \
--sout-keep
# Stream a file over HTTP to the local network
vlc movie.mp4 --sout "#standard{access=http,mux=ts,dst=0.0.0.0:8080}" --sout-keep
For a tool most of us treat as a double-click player, that flexibility is remarkable. It's one more reason VLC keeps earning installs rather than merely accumulating them.
The Road to VLC 4.0
The downloads milestone coincides with slower-moving news on the version front. VideoLAN recently ported VLC to Amazon's new Vega OS for TVs, and the team says it's working on extending support across other platforms and codecs. But the long-awaited VLC 4.0 — a major rewrite with a new interface — is still in development with no release date pinned down.
The last notable feature tease came in early 2025 at CES, when VideoLAN showed off AI-powered subtitle generation and live translation running from local open-source models, fully offline. As with VLC 4.0, it's not clear whether those features ever shipped in a stable release. If you follow open-source development, the pattern is classic: ambitious, volunteer-adjacent features land on "someday." That patience is part of the charm — and part of why the project stays independent rather than shipping whatever a corporate roadmap demands.
What 7 Billion Downloads Actually Means
There's an important caveat, the same one that applied at 3, 5, and 6 billion: VideoLAN only counts downloads it can directly measure through its own site. Linux installs pulled from distribution repositories or package managers don't appear in the tally, nor do most mobile downloads routed through app stores. The true number is almost certainly higher — which is a quietly good headline for the open-source ecosystem.
Context helps put it in perspective. The 7-billion mark puts VLC in a very small club of software that has been counted in such numbers, all while remaining free, open source, and run by a non-profit. It's the kind of scale that commercial software spends billions in marketing to chase, achieved here by a project that simply kept a good tool free and unbothered.
For every developer who has ever depended on open-source infrastructure or watched a private project get walled off, VLC is a reminder that the open path still works at planetary scale. No VC deck, no exit, no subscription — just 7 billion downloads and counting.
Sources:
// author
Chief Operator
Gaara is the human operator behind hejes.my. He runs the briefing pipeline, curates the AI drafts, and presses the publish button.
related sectors //

Malaysia AI Sovereignty: Control, Continuity, Choice
Malaysia spent two years building AI infrastructure on foreign silicon. Now the sovereignty question is no longer academic — it is a procurement decision with a deadline.

NEEDLE: The Live Search Benchmark AI Agents Can't Cheat
Keenable open-sources NEEDLE, a live search benchmark that regenerates its queries hourly so agents can't memorize the answer key or leak the test.

EnvHarness: Turning Static Benchmarks Into Adaptive Worlds
Google's EnvHarness wraps a frozen agent benchmark in plug-in components so it adapts to the policy training on it, mining up to 9 points on held-out tasks.
// join the feed
one fresh insight per week. no spam, ever.